package com.limegroup.gnutella.gui.statistics.panes;


/**
 * This class displays information about advanced statistics, allowing
 * the user to selectively display them.
 */
public final class BandwidthStats extends AbstractOptionPaneItem {
	
	/**
	 * Creates a new stats window describing bandwidth stats.
	 * 
	 * @param key the key for obtaining label string resources
	 */
	public BandwidthStats() {
		super("BANDWIDTH_PANE");
	}
}
