Package org.jmule.ui.swing.tables

Examples of org.jmule.ui.swing.tables.DownloadsTable


   
    splitPane = new JSplitPane();
    gridLayout = new GridLayout(1,1);
    downloadsScrollPane = new JScrollPane();
    uploadsScrollPane = new JScrollPane();
    downloadsTable = new DownloadsTable(parent);
    uploadsTable = new UploadsTable(parent);
   
      downloadsScrollPane.setPreferredSize(new Dimension(100,200));
    uploadsScrollPane.setPreferredSize(new Dimension(10,10));
   
View Full Code Here

TOP

Related Classes of org.jmule.ui.swing.tables.DownloadsTable

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.