Ejemplo n.º 1
0
 @FXML
 boolean setLottoNumber(Integer i) {
   if (lotto.setNumber(i)) {
     enablePanes();
     return true;
   }
   return false;
 }