In Java, is there a way to have a window that is "Always on top" regardless if the user switches focus to another application? I've searched the web, and all of the solutions lean to some sort of JNI interface with native bindings. Truly this can't be the only way to do it?.. or is it?
you would think a simple search for "java application always on top" on would have this answer, but it couldn't find it. Thanks.
Laplie
2008-11-18 14:21:32
OscarRyz
2009-10-15 00:07:33
This is simple and awesome. I was also looking for something like this, but didn't know they implemented this in Java 1.5. Thanks for posting.
Kushal Paudyal
2009-11-18 22:43:36