2930313233343536
public static void makeExit(){ System.exit(0); } public static void makeNewXMLConfig(){ xmlConfigManager = new XMLConfigManager(); System.out.println("New XMLConfig SUCCESSFULLY created :)"); }