< prev index next >

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

Print this page

        

@@ -74,11 +74,11 @@
         super.paintBackground(g, menuItem, bgColor);
     }
 
     /**
      * Method which renders the text of the current menu item.
-     * <p>
+     *
      * @param g Graphics context
      * @param menuItem Current menu item to render
      * @param textRect Bounding rectangle to render the text.
      * @param text String to render
      * @since 1.4
< prev index next >