Tool to graphically customize the Nimbus look and feel

China☆狼群 提交于 2019-12-06 07:10:36

问题


I am looking for a tool that I used a few months ago, but I am not able to remember the name.

This is a graphical tool for customizing the Nimbus Swing look and feel. On the right side of the window, there was a set of sample Swing components, and on the left the list of all customizable properties (the same than the result of UIManager.getDefaults()). The tool allows to change the values of the properties (color, font, integer values), and to see the result on the right side in real time.

The tool allows to export the changes in a file, too (the java code that sets the customized values).

I remember that the whole program was only one big java file. And I think this tool was part of another project (the tool is standalone, though).


回答1:


I just found it. The name of the tool is NimbusThemeCreator, and it is part of the project Aephyr.



来源:https://stackoverflow.com/questions/4671268/tool-to-graphically-customize-the-nimbus-look-and-feel

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