Package com.help

Examples of com.help.JSobre


    private void jMenuItem_TemaActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem_TemaActionPerformed
        carregador.mostrarModificadorDeTema();
    }//GEN-LAST:event_jMenuItem_TemaActionPerformed

    private void jMenuItem_SobreActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem_SobreActionPerformed
        new JSobre(this).setVisible(true);
    }//GEN-LAST:event_jMenuItem_SobreActionPerformed
View Full Code Here

TOP

Related Classes of com.help.JSobre

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.