|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TrayIconException | |
| com.jeans.trayicon | |
| Uses of TrayIconException in com.jeans.trayicon |
| Methods in com.jeans.trayicon that throw TrayIconException | |
void |
WindowsTrayIcon.setImage(java.awt.Image image,
int w,
int h)
Change this icon's Image Using a Java Image - This can be loaded from a 16x16 GIF or JPG file Param image 16x16 icon - make sure it's loaded in memory - use MediaTracker Param w the icon width Param h the icon height Exception TrayIconException - if something goes wrong :O( - Error loading icon image Exception InterruptedException - if the thread loading the image is interrupted |
| Constructors in com.jeans.trayicon that throw TrayIconException | |
WindowsTrayIcon(java.awt.Image image,
int w,
int h)
Construct a new Tray Icon Using a Java Image - This can be loaded from a 16x16 GIF or JPG file Param image 16x16 icon - make sure it's loaded in memory - use MediaTracker Param w the icon width - eg. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||