I want to use the UIManager.get method in order to get and save the system look and feel for JFileChooser and FileDialog and then I want to change the look and feel.
The problem is that I don't know what are the keys for Swing components that UIManager.get method uses. Is there any reference or any convention for that?
Thanks