Examples of RoutesConfigurationDialog


Examples of ch.fork.AdHocRailway.ui.routes.configuration.RoutesConfigurationDialog

        public RoutesAction() {
            super("Routes\u2026", createImageIcon("route_edit.png"));
        }

        public void actionPerformed(ActionEvent e) {
            RoutesConfigurationDialog routesConfig = new RoutesConfigurationDialog(
                    AdHocRailway.this);
            if (routesConfig.isOkPressed()) {
                updateTurnouts();
                updateCommandHistory("Routes 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.