views:

22

answers:

1

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

+1  A: 

UIManager Defaults

camickr
@camickr, this talks about component properties, I want the whole component.
Feras