Package net.sf.soundcomp.ide.dialog

Examples of net.sf.soundcomp.ide.dialog.AboutDialog


        }
    }

    @Action
    public void actionHelpAbout() {
        if (aboutDialog == null) aboutDialog = new AboutDialog(((SingleFrameApplication) getApplication()).getMainFrame());
        aboutDialog.setLocationRelativeTo(aboutDialog.getParent());
//        SoundCompIDE.getApplication().show(aboutBox);
        aboutDialog.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of net.sf.soundcomp.ide.dialog.AboutDialog

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.