The Images Customizer

This panel allows you to set properties of the "Image" or "Icon" type. The panel is activated when a component possessing "Image" or "Icon" properties is selected.

An Image can be selected with the ComboBox at the top. The image list contains all images found in "[formaclass_dir]\images". If this directory is empty, AnyJ looks in [workspacedir]\images. At runtime of your application, the image lookup is as follows: - relative file/url "package/subpackage/images/name.xy"
- relative file/url "images/name.xy" (from currentdir)
- classpath (via getRessource()) "/package/subpackage/images/name.xy" - classpath (via getRessource()) "/images/name.xy"

The target property can be chosen with the ComboBox at the bottom.