Package xnap.gui

Examples of xnap.gui.StatusPanel


        menu.add(new JMenuItem(connectMenu = new ConnectToGiFTAction()));
        menu.add(new JMenuItem(disconnectMenu = new DisconnectFromGiFTAction()));
    menu.add(new JMenuItem(shutdownMenu = new ShutdownGiFTAction()));
        // stats updates
        statusPanel = new StatusPanel(this);

        super.start();
    }
View Full Code Here

TOP

Related Classes of xnap.gui.StatusPanel

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.