use of jgnash.engine.recurring.WeeklyReminder in project jgnash by ccavanaugh.
the class WeekTabController method initialize.
@FXML
void initialize() {
super.initialize();
reminder = new WeeklyReminder();
numberSpinner.setValueFactory(new SpinnerValueFactory.IntegerSpinnerValueFactory(1, 52, 1, 1));
}
Aggregations