!7 sS text = "Stefan's OS is loading..."; p-subst { autoRestart(); final JPanel panel = jBackground(Color.black, centerAndSouth(centerAndSouth( withMargin(50, jimage(#1101279)), withMargin(20, setForeground(Color.white, setFont(#1011145, 60, jcenteredlabel(text)))), withMargin(20, jCenteredButton("STOP"))))); putClientProperty(panel, org.pushingpixels.substance.api.SubstanceLookAndFeel.COLORIZATION_FACTOR, 1.0); showCenterPackedFrame(text, panel); //UIManager.put(SubstanceLookAndFeel.COLORIZATION_FACTOR, 1.0); }