Windows always on top

sibe

Registered
Hi List,
I want that a window, created in a java application, stays on top of all other applications running on my machine. How can I solve this problem?

Thanks,
Simone
 
Look in NSWindow. You can set various levels. I think you want the status window level.
 
There's an option for NSPanel's to become Utility windows: i.e. those that float on top of all other windows. Just make an NSPanel in interface builder and there's a check box about that in the get info window. There's probably an easy way to do it programmatically, but I haven't looked into it much.

HTH,
F-bacher
 
Back
Top