Examples of TurnoutConfigurationDialog


Examples of ch.fork.AdHocRailway.ui.turnouts.configuration.TurnoutConfigurationDialog

        public TurnoutAction() {
            super("Turnouts\u2026", createImageIcon("switch.png"));
        }

        public void actionPerformed(ActionEvent e) {
            TurnoutConfigurationDialog switchConfigDialog = new TurnoutConfigurationDialog(
                    AdHocRailway.this);
            if (switchConfigDialog.isOkPressed()) {
                updateTurnouts();
                updateCommandHistory("Turnout configuration changed");
            }
        }
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.