private static final String HW_USAGE = "resources/hwUsage.html";
private static final String HW_ABOUT = "resources/hwAbout.html";
private static void CreateAndShowGui() {
HardwareSimulatorGUI simulatorGUI = new HardwareSimulatorComponent();
HardwareSimulatorControllerGUI controllerGUI = new HardwareSimulatorControllerComponent();
HardwareSimulatorApplication application =
new HardwareSimulatorApplication(controllerGUI, simulatorGUI,
HardwareSimulatorMain.class.getResource(DEFAULT_HW),
HardwareSimulatorMain.class.getResource(HW_USAGE),
HardwareSimulatorMain.class.getResource(HW_ABOUT));