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?
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.