Exemplo n.º 1
0
 @FXML
 protected void handleAddFormationButton(ActionEvent E) throws Exception {
   NewInputStage test = new NewInputStage();
   test.setCoord(application);
   test.start("4");
 }
Exemplo n.º 2
0
 @FXML
 protected void handleEditMechsButton(ActionEvent E) throws Exception {
   NewInputStage test = new NewInputStage();
   test.setCoord(application);
   test.start("2");
 }
Exemplo n.º 3
0
 @FXML
 protected void addNewMemberButtonPressed(ActionEvent E) throws Exception {
   NewInputStage test = new NewInputStage();
   test.setCoord(application);
   test.start("1");
 }