Package SimulatorsGUI

Examples of SimulatorsGUI.ScreenComponent


     * Constructs a new Screen.
     */
    public Screen() {
        values = new short[Definitions.SCREEN_SIZE_IN_WORDS];
        if (GatesManager.getInstance().isChipsGUIEnabled()) {
            gui = new ScreenComponent();
            gui.setLocation(4, 2);
        }
    }
View Full Code Here

TOP

Related Classes of SimulatorsGUI.ScreenComponent

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.