Package com.mmi.pllTrainer.gui.frame

Examples of com.mmi.pllTrainer.gui.frame.MainFrame


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

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

    // Listeners
    this.frame.addKeyListener(new ResetCubeViewListener(this.cubeModel));
    this.frame.addKeyListener(new SpaceListener(this.cubeModel));
    this.frame.addWindowListener(new WindowCloseListener(this.cubeModel));
View Full Code Here

TOP

Related Classes of com.mmi.pllTrainer.gui.frame.MainFrame

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.