Synth provides a way to use xml to customize java swing look and feel. From my understanding, it could do general customization. For example:
General JButton: set its font, background, foreground ... to all buttons (synth could do this)
but i also have a specified MyButton on my specified GUI (suppose in com.jasons.MyPanel), i want it has a different font, background from general Jbutton.
So does synth xml support this (and how)? thanks!