RE: JWindow and system tray icon

2002-04-11 Thread Bharatram Setti
] Subject: JWindow and system tray icon Hi All, Is there any way for a JWindow to have a system tray icon of its own in Windows? The problem is that, when I write code to minimize the window, I don't know how to restore it. It does not show up in the task manager either. When the window

Re: JWindow and system tray icon

2002-04-11 Thread Greg Munt
So I wasted my time writing out a reply, because you hadn't looked at the javadoc? Thanks! - Original Message - From: Bharatram Setti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 10:25 AM Subject: Re: JWindow and system tray icon Hi Greg, Thanks for your

Re: JWindow and system tray icon

2002-04-11 Thread Bharatram Setti
] To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 10:25 AM Subject: Re: JWindow and system tray icon Hi Greg, Thanks for your suggestion. Doing womething like JInternalFrame, I guess you would be able to iconize the window, but you can only put on the desktop, and not on the Windows

JWindow and system tray icon

2002-04-10 Thread Bharatram Setti
Hi All, Is there any way for a JWindow to have a system tray icon of its own in Windows? The problem is that, when I write code to minimize the window, I don't know how to restore it. It does not show up in the task manager either. When the window is visible on the screen, then I am able to