Feras Odeh
Feras Odeh

Reputation: 9306

What are the UIManager keys for JFileChooser and FileDialog?

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

Upvotes: 2

Views: 1889

Answers (1)

camickr
camickr

Reputation: 324207

UIManager Defaults

Upvotes: 1

Related Questions