cs02rm0
01-15-2005, 07:41 AM
I've written a small Java program which uses a JWindow (borderless, no title bars, etc) to display an RSS feed on my desktop.
The problem is I want it to appear as on the desktop, so 'always underneath' or at least like a normal program, however it appears 'always on top' - not just of Java programs but browsers, terminals, etc.
Anyone have any idea how to adjust this behaviour? I didn't think Java was supposed to be able to make windows always on top?
Thanks
(BTW it behaves like an normal program - selectable with the mouse, otherwise the selected program will go over it - in Windows).
The problem is I want it to appear as on the desktop, so 'always underneath' or at least like a normal program, however it appears 'always on top' - not just of Java programs but browsers, terminals, etc.
Anyone have any idea how to adjust this behaviour? I didn't think Java was supposed to be able to make windows always on top?
Thanks
(BTW it behaves like an normal program - selectable with the mouse, otherwise the selected program will go over it - in Windows).