Package gui.windows

Examples of gui.windows.SettingsWindow


        try {
            atmcModel = new ATMCModel(this);
            initComponents();
            connectTab = new ConnectTab(this);
            statusTab = new StatusTab();
            settingsWindow = new SettingsWindow(this);
            tabPane.add("Connection", (ConnectTab) connectTab);
            tabPane.add("Status", statusTab);


            this.validate();
View Full Code Here

TOP

Related Classes of gui.windows.SettingsWindow

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.