remove File type label and comboBox in JFileChooser
I want to use JFileChooser as a directory chooser. So I want to remove the File type label and comboBox from the GUI.
I am running the application on NT. And the UI that was used by JFileChooser is com.sun.java.swing.plaf.windows.WindowFileChooserUI. I don't see this class in Sun's document.
Is there a good way to remove the File type label and comboBox from JFilechooser GUI?

