< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/metal/MetalInternalFrameUI.java

Print this page

        

@@ -258,15 +258,15 @@
         }
     };    /// End BorderListener Class
 
 
     /**
-     * Returns the <code>MouseInputAdapter</code> that will be installed
+     * Returns the {@code MouseInputAdapter} that will be installed
      * on the TitlePane.
      *
-     * @param w the <code>JInternalFrame</code>
-     * @return the <code>MouseInputAdapter</code> that will be installed
+     * @param w the {@code JInternalFrame}
+     * @return the {@code MouseInputAdapter} that will be installed
      * on the TitlePane.
      * @since 1.6
      */
     protected MouseInputAdapter createBorderListener(JInternalFrame w) {
         return new BorderListener1();
< prev index next >