< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsPopupMenuUI.java

Print this page

        

@@ -76,12 +76,12 @@
                 addChangeListener(mnemonicListener);
         }
     }
 
     /**
-     * Returns the <code>Popup</code> that will be responsible for
-     * displaying the <code>JPopupMenu</code>.
+     * Returns the {@code Popup} that will be responsible for
+     * displaying the {@code JPopupMenu}.
      *
      * @param popupMenu JPopupMenu requesting Popup
      * @param x     Screen x location Popup is to be shown at
      * @param y     Screen y location Popup is to be shown at.
      * @return Popup that will show the JPopupMenu
< prev index next >