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).
source
share