dynamic icons
Brought to you by:
daveselinger,
ribizli
It would be nice to have dynamic icons, e.g. a function
that accepts java.awt.Image and then creates a TEMP
file with for example javax.imageio.ImageIO in the
platform-specific format (ico, xpm, ...).
This way we do not have to have icons for every
thinkable situation and platform combination, but the
would be created on the fly.
For example to let the user choose the tray icon, one
doesn't have to create all varations of situations with
every base icon, but can combine the base icon with
status-icons.