Questions tagged [synth]

Synth is the name of a Look-and-Feel in Java Swing. For questions about sound and music, it is recommended that you use the 'synthesizer' tag instead.

Synth is a special look-and-feel provided by Swing which is completely unstyled by default, but can be customized using an XML configuration or by extending the code. It is essentially a 'skin' for Java applications.

See also:

100 questions
1
vote
0 answers

Use Synth to style a JComboBox when it's hovered/clicked?

I have defined a style in an XML file for JComboBox components, but the states PRESSED and MOUSE_OVER do not at any point do anything.