|
It's possible to individually specify icons, if there is an
"icon" field on a mask. The icon name has to have the extension ".png" for the Java Client. |
|
For an installed Java Client, the icons
should be placed in the folder <yin>/axalant/bmp/. |
 |
For the Java Client via web start, the icons can be packed
either in agile-jacc-images.jar or in Jacc.war/images/ in the Jacc.ear. |
|
If the icons are packed into agile-jacc-images.jar in Jacc.ear,
you need to resign the jar file with a valid certificate. You can achieve
a better performance as the icons in Jacc.ear/Jacc.war/images, because the
icons will not be downloaded from the server separately. |
|
If the icons are packed into Jacc.ear/Jacc.war/images, it
is not necessary to resign or rebuild Jacc.ear again. The flag "jacc.iconDownload",
which is defined in Jacc.ear/Jacc.war/jacc.defaults, should be set to "true".
The icons will be then downloaded from the server for the Java Client via
Java Web Start. You can set the flag "jacc.iconDownload" to "false"
everytime, to avoid the download of icons. |
 |
In case the customized icons are not found,
the standard icons will be loaded! |