I want to control the LookAndFeel
of every component independently but I am not certain how to organize the code so the main frame of the program has one look and a pop-up window has another or even two pop-up windows have different LookAndFeel
s without overriding one another.
What are the methodologies to group LookAndFeel
s and apply them liberally across a program while maintaining tight control?