keep jframe on top

Java
YourFrame.setAlwaysOnTop(true);
Source

Also in Java: