use of aima.gui.fx.views.SudokuViewCtrl in project aima-java by aimacode.
the class SimpleSudokuApp method createRootPane.
@Override
public Pane createRootPane() {
StackPane root = new StackPane();
stateViewCtrl = new SudokuViewCtrl(root);
return root;
}
Aggregations