Package mage.client.dialog

Examples of mage.client.dialog.AboutDialog


      connectDialog.showDialog();
    }
  }//GEN-LAST:event_btnConnectActionPerformed

  private void btnAboutActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnAboutActionPerformed
    AboutDialog aboutDialog = new AboutDialog();
    desktopPane.add(aboutDialog);
    aboutDialog.showDialog();
  }//GEN-LAST:event_btnAboutActionPerformed
View Full Code Here

TOP

Related Classes of mage.client.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.