Package com.mmi.pllTrainer.gui.view

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


    // models
    this.cubeModel = new CubeModel();

    // views
    this.cubeView = new CubeView();

    // Main-Frame
    this.frame = new MainFrame("2-Sides-PLL", cubeView, cubeModel);

    // Listeners
View Full Code Here

TOP

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

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.