Package sw_digitalworks

Examples of sw_digitalworks.View


    /**
     * Ez a display_Controller osztály konstruktora
     */
    public display_Controller(){
        model = new CommandInterpreter();
        view = new View (this, model, 128, 128, 512 + 256, 512+256);
       
    }
View Full Code Here

TOP

Related Classes of sw_digitalworks.View

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.