Package ch.fork.AdHocRailway.ui.locomotives

Examples of ch.fork.AdHocRailway.ui.locomotives.LocomotiveControlPanel


        mainPanel = new JPanel();

        mainPanel = new JPanel(new BorderLayout());

        trackControlPanel = new TrackControlPanel();
        locomotiveControlPanel = new LocomotiveControlPanel();

        mainPanel.add(trackControlPanel, BorderLayout.CENTER);
        mainPanel.add(locomotiveControlPanel, BorderLayout.SOUTH);
        add(mainPanel, BorderLayout.CENTER);
View Full Code Here

TOP

Related Classes of ch.fork.AdHocRailway.ui.locomotives.LocomotiveControlPanel

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.