Package com.mmi.pllTrainer.gui.view

Examples of com.mmi.pllTrainer.gui.view.ConfigurationView


  private JPanel createLeftPanel(CubeView cubeView) {
    JPanel panel = new JPanel(new BorderLayout(0, 5));

    // Configuration
    JPanel topPanel = new ConfigurationView(cubeModel);
    panel.add(topPanel, BorderLayout.PAGE_START);

    panel.add(cubeView, BorderLayout.CENTER);
    return panel;
  }
View Full Code Here

TOP

Related Classes of com.mmi.pllTrainer.gui.view.ConfigurationView

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.