Package ch.fork.AdHocRailway.ui.routes.configuration

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


        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

Related Classes of ch.fork.AdHocRailway.ui.routes.configuration.RoutesConfigurationDialog$RouteListCellRenderer

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.