Examples of MazeEditorPage


Examples of maze.gui.mazeeditor.MazeEditorPage

      // Help->About menu item.
      helpMenu.add(this.makeAboutMenuItem());

      this.mazeViewer = new MazeViewerPage();
      this.codeEditorPanel = new ScriptEditorPage();
      this.mazeEditor = new MazeEditorPage();

      this.add(mainTabs);
      mainTabs.add("Micro Mouse Simulator", this.mazeViewer);
      mainTabs.add("Maze Editor", this.mazeEditor);
      mainTabs.add("AI Script Editor", this.codeEditorPanel);
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.