Allow changing the auto strategy
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TreeView?>
|
||||
<?import javafx.scene.control.ChoiceBox?>
|
||||
<BorderPane xmlns:fx="http://javafx.com/fxml" prefHeight="400.0" prefWidth="600.0">
|
||||
<BorderPane xmlns:fx="http://javafx.com/fxml" prefHeight="400.0" prefWidth="700.0">
|
||||
<center>
|
||||
<SplitPane>
|
||||
<TreeView fx:id="sensorTree" />
|
||||
@@ -28,6 +28,9 @@
|
||||
<left>
|
||||
<Button fx:id="changeBtn" onAction="#onChangeClick" visible="false">Change</Button>
|
||||
</left>
|
||||
<center>
|
||||
<ChoiceBox fx:id="autoType" visible="false" />
|
||||
</center>
|
||||
<right>
|
||||
<Button fx:id="visualizeBtn" onAction="#onVisualizeClick">Visualize</Button>
|
||||
</right>
|
||||
|
Reference in New Issue
Block a user