Package br.com.gmartins.simbler.components.infobox

Examples of br.com.gmartins.simbler.components.infobox.About


        } else if (actionCommandName.equals(MenuActions.ACT_SAVE_AS)) {
            eventSaveAs();
        } else if (actionCommandName.equals(MenuActions.ACT_SELECT_ALL)) {
            eventSelectAll();
        } else if (actionCommandName.equals(MenuActions.ACT_ABOUT)) {
            About about = new About(null, true);
            about.setVisible(true);
        } else {
            // Nenhum comando encontrando
            throw new IllegalArgumentException("Nenhum comando encontrado com esse nome!");
        }
    }
View Full Code Here

TOP

Related Classes of br.com.gmartins.simbler.components.infobox.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.