Examples of CloseFileAction


Examples of hu.u_szeged.nbo.client.ui.event.action.CloseFileAction

  private void createActions() {
    this.newFileAct = new NewFileAction(this.mainWindow);
    this.openProblemAct = new OpenProblemFileAction(this.mainWindow);
    this.saveProblemAct = new SaveProblemSolutionAction(this.mainWindow);
    this.closeFileAct = new CloseFileAction(this.mainWindow);
    this.exitAppAct = new ExitApplicationAction(this.mainWindow);
    this.solveProblemAct = new SolveSelectionAction(this.mainWindow);
    this.aboutAppAct = new AboutApplicationAction(this.mainWindow);
    this.settingsAct = new SettingsAction(this.mainWindow);
    this.clearProblemAct = new ClearStopProblemAction(this.mainWindow);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.