Package ch.fork.AdHocRailway.ui

Examples of ch.fork.AdHocRailway.ui.ThreeDigitDisplay


        addRouteItemButton = new JButton(new AddRouteItemAction());
        recordRouteButton = new JButton(new RecordRouteAction());
        removeRouteItemButton = new JButton(new RemoveRouteItemAction());

        digitDisplay = new ThreeDigitDisplay();

        okButton = new JButton(new ApplyChangesAction());
        cancelButton = new JButton(new CancelAction());
        presentationModel.getBean().addPropertyChangeListener(this);
        validate(presentationModel.getBean());
View Full Code Here

TOP

Related Classes of ch.fork.AdHocRailway.ui.ThreeDigitDisplay

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.