Allow changing the auto strategy

This commit is contained in:
2023-01-17 09:46:18 +01:00
parent 659fb26862
commit 204d26a7e7
10 changed files with 185 additions and 8 deletions

View File

@@ -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>