java - How to make a JFrame stays always on bottom? -
in java there method make jframe stays on top if focus in window:
frame.setalwaysontop(true); but opposite of this? need frame stays on bottom, how can make it?
you have subclass window, write native hooks (focus listeners) , use native methods java.
Comments
Post a Comment