public void uninstallUI(JComponent c) {
   getFileChooser().removeAll();
   super.uninstallUI(c);
 }