Package gui.tabs

Examples of gui.tabs.ConnectTab


    /** Creates new form ATMClient */
    public ATMClient() {
        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);

View Full Code Here

TOP

Related Classes of gui.tabs.ConnectTab

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.