What are the UIManager keys for JFileChooser and FileDialog?

大兔子大兔子 提交于 2019-12-02 13:48:24

问题


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:


UIManager Defaults



来源:https://stackoverflow.com/questions/3974743/what-are-the-uimanager-keys-for-jfilechooser-and-filedialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!