public static void main(String... args) {
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
JDialog.setDefaultLookAndFeelDecorated(true);
SubstanceLookAndFeel.setSkin(new BusinessSkin());
SimpleDialog sd = new SimpleDialog();
if (UIManager.getLookAndFeel() instanceof SubstanceLookAndFeel) {
sd.setIconImage(SubstanceLogo
.getLogoImage(SubstanceLookAndFeel.getCurrentSkin(
sd.getRootPane()).getColorScheme(