--- old/src/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java 2014-07-02 23:00:10.000000000 -0700 +++ new/src/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java 2014-07-02 23:00:10.000000000 -0700 @@ -342,7 +342,7 @@ leftPanel.add(l); @SuppressWarnings("serial") // anonymous class - JComboBox tmp2 = new JComboBox() { + JComboBox tmp2 = new JComboBox() { public Dimension getMaximumSize() { Dimension d = super.getMaximumSize(); d.height = getPreferredSize().height; @@ -655,7 +655,7 @@ @SuppressWarnings("serial") // Superclass is not serializable across versions protected class FileCellRenderer extends DefaultListCellRenderer { - public Component getListCellRendererComponent(JList list, Object value, int index, + public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) { super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus); @@ -667,7 +667,7 @@ @SuppressWarnings("serial") // Superclass is not serializable across versions protected class DirectoryCellRenderer extends DefaultListCellRenderer { - public Component getListCellRendererComponent(JList list, Object value, int index, + public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) { super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus); @@ -778,7 +778,7 @@ */ @SuppressWarnings("serial") // Superclass is not serializable across versions public class FilterComboBoxRenderer extends DefaultListCellRenderer { - public Component getListCellRendererComponent(JList list, + public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) {