Interested in using the SystemTray efficiently?
I've written up an article, which is mainly a huge piece of code which is very easy to use so that you can design JFrames which minimize to the SystemTray and behave just as well on systems which do not support the SystemTray.
Here is the article:
http://sdnshare.com/view.jsp?id=507
Please give me your comments.
[339 byte] By [
Dalzhima] at [2007-11-27 6:32:41]

> Shameless self-promotion!
>
> But while youre there, lol:
> http://sdnshare.com/view.jsp?id=513
Yeah pretty shameless :) But as you can see, someone has had some use of this topic!
Might as well get the most out of this sdnshare program!
> no, I'm not interested in the system tray at all.
> The hardware I write software for doesn't run Windows
> nor does it have a videocard of any kind...
So your hardware is Headless! (That's the Exception which is thrown when you try to display GUIs in such environments)
> > no, I'm not interested in the system tray at
> all.
> > The hardware I write software for doesn't run
> Windows
> > nor does it have a videocard of any kind...
>
> So your hardware is Headless! (That's the Exception
> which is thrown when you try to display GUIs in such
> environments)
if you're stupid enough to assume there's a videocard available rather than test before trying to display that GUI...