Package vg.modules.notepad.components

Examples of vg.modules.notepad.components.ConnectionStatistic


    });
    // init main data
    this.connections = new ArrayList<UIEventCreateNewConnection>();
    // create components
    this.connector = new Connector(param, this);
    this.connectionStatistic = new ConnectionStatistic(this, param);
   
    this.toolBar = new JToolBar("Tool Bar");
    this.toolBar.setLayout(new GridBagLayout());
    this.toolBar.setFloatable(false);
   
View Full Code Here

TOP

Related Classes of vg.modules.notepad.components.ConnectionStatistic

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.