Does anyone know how to keep a Java application always on top in a window desktop environment? And also how to add the application icon to the window toolbars at bottom of the screen?
Thanks
Jay
Does anyone know how to keep a Java application always on top in a window desktop environment? And also how to add the application icon to the window toolbars at bottom of the screen?
Thanks
Jay
JNI
You can set the Frame’s icon without JNI and it will appear in the little panel for your app that appears on the start bar. If you want to get a system tray icon - (like ICQ and MSN messenger) you need JNI.
Anyone know a good JNI tutorial ???