Package com.groovesquid.gui

Examples of com.groovesquid.gui.About


            Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
        } catch (IllegalAccessException ex) {
            Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
        }
        settings = new Settings();
        about = new About();

        // Update Checker
        new UpdateCheckThread().start();
       
        // init grooveshark (needded every 25min)
View Full Code Here


        } catch (IllegalAccessException ex) {
            Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
        }
        gui.initDone();
        about.dispose();
        about = new About();
        settings.dispose();
        settings = new Settings();
    }
View Full Code Here

TOP

Related Classes of com.groovesquid.gui.About

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.