This section is maintained by the qooxdoo community. Here is how you can contribute.

Images

To add an image to your application, store the image file in src/main/images in your application directory. To reference images from this directory, use an relative path starting with images/.

Example:

new Button("Your first button", "images/button.png" )

createa a button with the image src/main/images/button.png.