Package net.sf.jmp3renamer.gui.settings

Examples of net.sf.jmp3renamer.gui.settings.SettingsDialog


            main.renameFiles();
        } else if (e.getActionCommand().equals("select_dir")) {
            FileManager.getInstance().openDir();
        } else if (e.getActionCommand().equals("editOptions")) {
            if (settingsDialog == null) {
                settingsDialog = new SettingsDialog(ctx);
            }
            settingsDialog.setVisible(true);
        } else if (e.getActionCommand().equals("saveOptions")) {
            saveConfig();
        } else if (e.getActionCommand().equals("help")) {
View Full Code Here

TOP

Related Classes of net.sf.jmp3renamer.gui.settings.SettingsDialog

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.