< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java

Print this page
rev 14722 : imported patch 8153362

*** 921,930 **** --- 921,931 ---- * Constructs a new instance of {@code DirectoryComboBoxRenderer}. * * @param fc a {@code JFileChooser} * @return a new instance of {@code DirectoryComboBoxRenderer} */ + @SuppressWarnings("unexportedinapi") protected DirectoryComboBoxRenderer createDirectoryComboBoxRenderer(JFileChooser fc) { return new DirectoryComboBoxRenderer(); } //
< prev index next >