Nimbus Style Graphic Design Tool

I am looking for a tool that I used several months ago, but I can’t remember its name.

This is a graphical tool to customize the look of Nimbus Swing. On the right side of the window was a set of Swing samples, and on the left was a list of all custom properties (the same as the result UIManager.getDefaults()). The tool allows you to change property values ​​(color, font, integer values) and see the result on the right side in real time.

The tool also allows you to export changes to a file (Java code that sets customized values).

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

+3
source share
1 answer

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

+5
source

Source: https://habr.com/ru/post/1785000/


All Articles