Package maze.gui.mazeeditor

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

Related Classes of maze.gui.mazeeditor.MazeEditorPage

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.