Package SimulatorsGUI

Examples of SimulatorsGUI.ROMComponent


     */
    public ROM32K() {
        values = new short[Definitions.ROM_SIZE];

        if (GatesManager.getInstance().isChipsGUIEnabled()) {
            gui = new ROMComponent();
            gui.setContents(values);
            gui.setVisibleRows(7);
            gui.setLocation(326, 295);
            gui.setName("ROM:");
            gui.reset();
View Full Code Here

TOP

Related Classes of SimulatorsGUI.ROMComponent

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.