Search in sources :

Example 1 with SudokuViewCtrl

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;
}
Also used : SudokuViewCtrl(aima.gui.fx.views.SudokuViewCtrl) StackPane(javafx.scene.layout.StackPane)

Aggregations

SudokuViewCtrl (aima.gui.fx.views.SudokuViewCtrl)1 StackPane (javafx.scene.layout.StackPane)1