Ejemplo n.º 1
0
 public void actionPerformed(ActionEvent e) {
   ListFrame f = new ListFrame();
   try {
     f.initComponents();
   } catch (Exception ex) {
     log.error("Exception: " + ex.toString());
   }
   f.setVisible(true);
 }