tags:

views:

4932

answers:

1

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?

+16  A: 
OscarRyz
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
OscarRyz
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