Package net.sf.jmp3renamer.gui

Examples of net.sf.jmp3renamer.gui.SplashScreen


                }
            }
        }

        ImageIcon icon = ImageLoader.getInstance().loadImage("/images/about_background.jpg");
        splash = new SplashScreen(icon);
        splash.setVisible(true);
        splash.setStatus("Loading config...");
        loadConfig();
        splash.setStatus("Initializing logging...");
        initLogger();
View Full Code Here

TOP

Related Classes of net.sf.jmp3renamer.gui.SplashScreen

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.