Examples of MazeList


Examples of maze.gui.MazeList

      mMazeView.setMinimumSize(new Dimension(400, 200));
      splitPane.setLeftComponent(mMazeView);
      mMazeView.setModel(null);

      this.mOpenMazes = new MazeList(this.mMazeView);
      this.mOpenMazes.setMinimumSize(new Dimension(160, 0));
      JPanel rightPanel = new JPanel();
      rightPanel.setLayout(new BorderLayout());
      rightPanel.add(this.mOpenMazes, BorderLayout.CENTER);
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.