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
0
votes
1 answer

Frustrating Look and Feel

Ok so I am trying my best to learn this look and feel with java swing and this is really starting to piss me off. I need to learn xml but before I did that I went and started off with how would I load the xml file into the class so the class would…
questions
  • 473
  • 6
  • 19
0
votes
1 answer

Do Nimbus look and feel supports loading configuration from xml

NimbusLookAndFeel extends SynthLookAndFeel but does it supports loading properties from xml like SynthLookAndFeel does? Is the XML settings format the same?
user590444
  • 4,252
  • 8
  • 36
  • 43
0
votes
2 answers

root pane defaultbutton not painted correclty with custom synth lnf

i'm currently working on a custom synth lnf but can't get the root pane's defaultButton to show up correctly. All buttons are painted correctly with following definition: