protected void executeInEDT() throws Throwable {
SubstanceLookAndFeel.setSkin(new BusinessBlackSteelSkin());
JFrame.setDefaultLookAndFeelDecorated(true);
}
});
robot.waitForIdle();
// create the frame and set the icon image
GuiActionRunner.execute(new GuiTask() {
@Override
protected void executeInEDT() throws Throwable {