package edu.udel.cis.vsl.civl.gui.IF; import edu.udel.cis.vsl.civl.gui.common.GUI_revamp; //import edu.udel.cis.vsl.civl.gui.common.NewRunConfigGUITemporary; /** * This is the entry point of the gui module. * * @author Manchun Zheng * */ public class GUIs { // TODO: add methods for creating a new instance of CIVL GUI. public static void startGUI() { // new NewRunConfigGUI(); // new NewRunConfigGUITemporary(); new GUI_revamp(); } }