Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
There is an article on this very subject at javaworld.com. You can search there. By the way I wrote a little utility called TrayBien a long time ago (WIn95 days), that would allow you to add (and remove) icons to the tray (with all their associated actions, tool tips, etc.) by creating an ini file and calling TrayBien. This was to give a tray icon feature to programs that didn't already support it. It was delivered pre-installed on virtually all HP Pavilion PCs. A shortcut to all the JNI stuff would be to simply call such a program with Runtime.exec(). On the other hand the JNI approach is not too tough, especially when there's an article to show you execatly how to do it. - mfg > Can Anybody tell me, how can I display the Java Application > I'm aware that I have to use JNI to make Windows System APIs. > If anybody has tried, i will really appericiate the help. > thanks,
Replies: |
Sponsored Links
|