src/share/classes/java/awt/peer/WindowPeer.java

Print this page

        

*** 55,65 **** /** * Updates the window's always-on-top state. * Sets if the window should always stay * on top of all other windows or not. * ! * @see Window#getAlwaysOnTop() * @see Window#setAlwaysOnTop(boolean) */ void updateAlwaysOnTopState(); /** --- 55,65 ---- /** * Updates the window's always-on-top state. * Sets if the window should always stay * on top of all other windows or not. * ! * @see Window#isAlwaysOnTop() * @see Window#setAlwaysOnTop(boolean) */ void updateAlwaysOnTopState(); /**