Is there any particular reason for having
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
in SettingsDialog createUI? I would like to use napkin look&feel for my demo app and opening settings dialog is messing with the L&F setup.
It creates a look and feel like a native application
Is there a way to perhaps only change it for 1 JFrame?