Esempio n. 1
0
 private void contactButton_actionPerformed(ActionEvent e) {
   this.setVisible(false);
   Contact contact = new Contact();
   contact.setVisible(true);
 }