Package net.sf.jmp3renamer.gui

Examples of net.sf.jmp3renamer.gui.MainGUI


     *
     * @see net.sf.jmp3renamer.gui.MainGUI
     */
    private void initGUI(BundleContext ctx) {
        logger.info("Initializing GUI");
        mainGUI = new MainGUI(this, ctx);
    }
View Full Code Here

TOP

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

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.