Synthetica swing theam does not load properly
1 answer
if you want to change Swing Look and Feel at runtime then you need to call
SwingUtilities#updateComponentTreeUI(JFrame / JDialog / JWindow)
+4
source to share