{
GUIUtils.installLnF();
// GUIUtils.customLnFLoader("Metal", null);
//initialize the generator
GeneratorApplication gen = new GeneratorApplication();
gen.run();
//build the frame
GeneratorGUI mainFrame = GeneratorGUI.getGeneratorGUI();
//run the application