Use seconds instead of milliseconds for the update interval

This commit is contained in:
2023-01-22 21:35:06 +01:00
parent 07c1c83e5f
commit cc945e2fee
3 changed files with 20 additions and 20 deletions

View File

@@ -52,10 +52,10 @@
</center>
<bottom>
<FlowPane>
<Text>Millis per tick :</Text>
<Text>Update delay :</Text>
<Spinner fx:id="updateInterval">
<valueFactory>
<javafx.scene.control.SpinnerValueFactory.IntegerSpinnerValueFactory min="10" max="2000" />
<javafx.scene.control.SpinnerValueFactory.DoubleSpinnerValueFactory min="0.5" max="100" amountToStepBy="0.5" />
</valueFactory>
</Spinner>
<ToggleButton fx:id="autoUpdate" text="Auto update" />