/*---------------BEGIN---------------*/
Properties props = new Properties();
props.put("logoString", "intel clinic");
props.put("licenseKey", "INSERT YOUR LICENSE KEY HERE");
LunaLookAndFeel.setCurrentTheme(props);
UIManager.setLookAndFeel(new LunaLookAndFeel());
/*--------------END-----------------*/
break;
}
}