Package org.anks.sudoku.util.undo

Examples of org.anks.sudoku.util.undo.UndoManager


  public MainWindow()
  {
    super("ASudoku: a java based sudoku game");
    this.config = Configuration.getIstance();

    this.undoManager = new UndoManager();

    this.saveFile = null;
    this.zoomLevel = 0;

    initActions();
View Full Code Here

TOP

Related Classes of org.anks.sudoku.util.undo.UndoManager

Copyright © 2018 www.massapicom. 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.