// Get amount of free memory within the heap in bytes. This size will increase
// after garbage collection and decrease as new objects are created.
long heapFreeSize = Runtime.getRuntime().freeMemory();
//UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel());
// UIManager.setLookAndFeel(new SubstanceFieldOfWheatLookAndFeel());
UIManager.setLookAndFeel(new SubstanceGreenMagicLookAndFeel());
}
catch (Exception e) {
e.printStackTrace();
}
// insert your application initialization code here