Duplicate :
|
|
Relates :
|
|
Relates :
|
A DESCRIPTION OF THE REQUEST : The TrayIcon class should have a constructor which takes an java.awt.ImageIcon as an argument. Presently it has a constructor which takes java.awt.Image as argument. JUSTIFICATION : As the TrayIcon will display a "Icon" in the SystemTray it makes more sense to have a constructor which takes ImageIcon as an argument. And constructing ImageIcon is much more simpler than constructing an Image.
|