Package org.jmule.ui.swing.tables

Examples of org.jmule.ui.swing.tables.DownloadPeersTable$UpSpeedTableCellRenderer


 
  public DownloadDetailsDialog(JFrame parent, DownloadSession session) {
    super(parent, "Download details", true);
    this.session = session;
    download_details_panel = new DownloadDetailsPanel(session);
    download_peers_table = new DownloadPeersTable(parent, session);
    peers_scroll_panel.setViewportView(download_peers_table);
    this.setSize(567, 521);
    init();
  }
View Full Code Here

TOP

Related Classes of org.jmule.ui.swing.tables.DownloadPeersTable$UpSpeedTableCellRenderer

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.