This method
UIManager.setLookAndFeel(new SubstanceCeruleanLookAndFeel());
sets the L&F for the whole app. How do I combine this and then set different L&F just for JFrame
?
EDIT
I've found this article on Multiplexing Look and Feels. How exactly does this work? I can't find any examples.