< prev index next >

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

Print this page

        

@@ -45,11 +45,11 @@
 
     /**
      * Renders a text String in Windows without the mnemonic.
      * This is here because the WindowsUI hierarchy doesn't match the Component hierarchy. All
      * the overriden paintText methods of the ButtonUI delegates will call this static method.
-     * <p>
+     *
      * @param g Graphics context
      * @param b Current button to render
      * @param textRect Bounding rectangle to render the text.
      * @param text String to render
      */
< prev index next >