Package penny.downloadmanager.util

Examples of penny.downloadmanager.util.EventRateCounter


    /**
     * @param args the command line arguments
     */
    public static void main(String args[]) throws Exception {
        Thread.currentThread().setUncaughtExceptionHandler(new SwingExceptionHandler());
        Toolkit.getDefaultToolkit().getSystemEventQueue().push(new EventRateCounter());
       
        //System.setProperty("socksProxyHost", "localhost");
        //System.setProperty("socksProxyPort", "9050");
        Runtime.getRuntime().addShutdownHook(new Thread() {

View Full Code Here

TOP

Related Classes of penny.downloadmanager.util.EventRateCounter

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.