--- old/src/share/classes/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java 2014-06-15 19:08:01.000000000 -0700 +++ new/src/share/classes/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java 2014-06-15 19:08:01.000000000 -0700 @@ -97,7 +97,7 @@ @SuppressWarnings("serial") // Superclass is not serializable across versions protected class MotifComboPopup extends BasicComboPopup { - public MotifComboPopup( JComboBox comboBox ) { + public MotifComboPopup( JComboBox comboBox ) { super( comboBox ); } @@ -177,7 +177,7 @@ } public void paintCurrentValue(Graphics g,Rectangle bounds,boolean hasFocus) { - ListCellRenderer renderer = comboBox.getRenderer(); + ListCellRenderer renderer = comboBox.getRenderer(); Component c; Dimension d; c = renderer.getListCellRendererComponent(listBox, comboBox.getSelectedItem(), -1, false, false);