Examples of ROMComponent


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
Copyright © 2018 www.massapi.com. 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.