简体   繁体   English

用于以图形方式自定义Nimbus外观的工具

[英]Tool to graphically customize the Nimbus look and feel

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. 这是一个用于自定义Nimbus Swing外观的图形工具。 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() ). 在窗口的右侧,有一组示例Swing组件,左侧是所有可自定义属性的列表(与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). 该工具也允许导出文件中的更改(设置自定义值的Java代码)。

I remember that the whole program was only one big java file. 我记得整个程序只是一个大的java文件。 And I think this tool was part of another project (the tool is standalone, though). 我认为这个工具是另一个项目的一部分(该工具是独立的)。

I just found it. 我刚发现它。 The name of the tool is NimbusThemeCreator , and it is part of the project Aephyr . 该工具的名称是NimbusThemeCreator ,它是Aephyr项目的一部分

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM