diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-10 00:06:00 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-10 00:06:00 -0600 |
commit | 0522f0aae1bf69f9aa58f4e2de24ab9ada24431c (patch) | |
tree | 0efa5cd771e88c839b5a32102ffcb03bed9d48ee /app/src/main/resources | |
parent | 5b321f0d403996f31b1d101bc24e582d8c0cb631 (diff) | |
download | ServerCraft-0522f0aae1bf69f9aa58f4e2de24ab9ada24431c.tar ServerCraft-0522f0aae1bf69f9aa58f4e2de24ab9ada24431c.tar.gz ServerCraft-0522f0aae1bf69f9aa58f4e2de24ab9ada24431c.tar.bz2 |
java doesnt need downloading for now, running jar works
Diffstat (limited to 'app/src/main/resources')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml b/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml index 811ab8d..f09356b 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml @@ -221,7 +221,7 @@ <ButtonBar fx:id="buttonBar" disable="true" layoutY="635.0" prefHeight="40.0" prefWidth="963.0"> <buttons> <Button fx:id="buildButton" mnemonicParsing="false" onMouseClicked="#onBuild" text="Build Server" /> - <Button fx:id="startButton" defaultButton="true" mnemonicParsing="false" prefWidth="120.0" text="Start Server" /> + <Button fx:id="startButton" defaultButton="true" mnemonicParsing="false" prefWidth="120.0" onMouseClicked="#onStart" text="Start Server" /> </buttons> <padding> <Insets bottom="8.0" left="8.0" right="8.0" top="8.0" /> |