Package datasoul.help

Examples of datasoul.help.HelpFrameAbout


            System.exit(0);
        }
    }//GEN-LAST:event_actFileExitActionPerformed

    private void actHelpAboutActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_actHelpAboutActionPerformed
        HelpFrameAbout about = new HelpFrameAbout();
        about.setLocationRelativeTo(this);
        about.setVisible(true);
    }//GEN-LAST:event_actHelpAboutActionPerformed
View Full Code Here

TOP

Related Classes of datasoul.help.HelpFrameAbout

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.