1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-12 01:55:19 +00:00

Run calculations via thread, and stop thread if necessary.

This commit is contained in:
2017-08-05 14:34:31 -07:00
parent 2523b9b04b
commit 99be2d80f1
2 changed files with 41 additions and 19 deletions

View File

@@ -35,7 +35,7 @@
<Button fx:id="inputButton" text="Calculate" maxWidth="Infinity"
onAction="#performCalculation"/>
<Button fx:id="stopButton" text="Stop" maxWidth="Infinity"
onAction="#performStop"/>
onAction="#performStop" disable="true"/>
</VBox>
</bottom>
</BorderPane>