/** Defines main application appearance */
public void adjustFont(){
PlasticLookAndFeel.setPlasticTheme(new ExperienceBlue());
try {
UIManager.setLookAndFeel(new PlasticXPLookAndFeel());
UIManager.put("jgoodies.popupDropShadowEnabled", Boolean.TRUE);
} catch (Exception e) {
logger.warn("Exception initializing L&F : "+e.getMessage());
}
}