I was wondering if anyone could help me with my tray icon problem.
here's the idea


1.  my program, all java, runs a server and a client.  They both need
access to a special FreeDatabase object, which contans all the data for
the program.

2.  in gui mode, both the client and server are running

3.  I want a tray mode, where the server is running but the client is
not

4.  one should be able to click on said icon and bring up the gui.


so the problem is: a) how do I translate a click in windows to tell java
to call a method, basically a "show window" method?  b) how do I
translate a minimize click on the main window to hide the window, and
keep the tray icon?

any ideas?

owen

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to