--- old/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsGraphicsUtils.java 2015-06-03 15:08:30.555625621 +0400 +++ new/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsGraphicsUtils.java 2015-06-03 15:08:30.339625621 +0400 @@ -47,7 +47,7 @@ * 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. - *

+ * * @param g Graphics context * @param b Current button to render * @param textRect Bounding rectangle to render the text.