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

Print this page

        

@@ -55,11 +55,11 @@
     /**
      * 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#isAlwaysOnTop()
      * @see Window#setAlwaysOnTop(boolean)
      */
     void updateAlwaysOnTopState();
 
     /**