Example #1
0
 private void buttonColoredAction2ActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_buttonColoredAction2ActionPerformed
   Att j = new Att();
   j.setLocationRelativeTo(j.getParent());
   j.setLocationRelativeTo(j.getGlassPane());
   j.setResizable(false);
   j.show();
   this.dispose();
 } // GEN-LAST:event_buttonColoredAction2ActionPerformed