java - Setting FileChooserUI property in UIManager to the system's -


i want have jfilechooser use system's lookandfeel, have rest of components use nimbus. since each platform provides different filechooserui, how set filechooserui property in uimanager system's lookandfeel?

a component created current laf. can try like:

  1. set laf system laf
  2. create jfilechooser
  3. reset laf nimbus

not sure cause problems file chooser or not.


Comments