Ejemplo n.º 1
0
 public void actionPerformed(ActionEvent e) {
   Dialog d = new ToeDialog(Integer.parseInt(rows.getText()), Integer.parseInt(cols.getText()));
   d.show();
 }