--- old/src/share/classes/com/sun/java/swing/plaf/windows/XPStyle.java 2014-06-30 09:09:14.000000000 -0700 +++ new/src/share/classes/com/sun/java/swing/plaf/windows/XPStyle.java 2014-06-30 09:09:14.000000000 -0700 @@ -349,7 +349,7 @@ // special casing for comboboxes. // there may be more special cases in the future if(c instanceof JComboBox) { - JComboBox cb = (JComboBox)c; + JComboBox cb = (JComboBox)c; // note. in the future this should be replaced with a call // to BasicLookAndFeel.getUIOfType() if(cb.getUI() instanceof WindowsComboBoxUI) {