diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-13 19:53:34 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-13 19:53:34 -0600 |
commit | 4388bc04152ea256858c38bdea1ff83bc9544898 (patch) | |
tree | 8f5a1a2ab7bb6e48502b7316e9f724a546a84254 /app/src/main/resources | |
parent | b92a9c1ec9b7e8a39ff098d25dfda517a3338721 (diff) | |
download | ServerCraft-4388bc04152ea256858c38bdea1ff83bc9544898.tar ServerCraft-4388bc04152ea256858c38bdea1ff83bc9544898.tar.gz ServerCraft-4388bc04152ea256858c38bdea1ff83bc9544898.tar.bz2 |
desktop not working, trying original package
Diffstat (limited to 'app/src/main/resources')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml | 4 | ||||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml b/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml index 978bc5c..4c82385 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml @@ -48,8 +48,8 @@ <Insets bottom="13.0" left="13.0" right="13.0" top="13.0" /> </padding> </Label> - <Hyperlink fx:id="_license" layoutX="127.0" layoutY="101.0" text="License" /> - <Hyperlink fx:id="_source" layoutX="189.0" layoutY="101.0" text="Source Code" /> + <Hyperlink fx:id="license" layoutX="127.0" layoutY="101.0" onAction="#openHyperlink" text="License" /> + <Hyperlink fx:id="source" layoutX="189.0" layoutY="101.0" onAction="#openHyperlink" text="Source Code" /> </children> <padding> <Insets bottom="13.0" left="13.0" right="13.0" top="13.0" /> diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml b/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml index 2cedc4f..43ee1a0 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml @@ -20,7 +20,7 @@ <?import javafx.scene.layout.Pane?> <?import javafx.scene.text.Font?> -<Pane fx:id="primary" maxHeight="713.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="713.0" prefWidth="963.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.serverfordummies.controllers.PrimaryController"> +<Pane fx:id="primary" maxHeight="713.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="713.0" prefWidth="963.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.serverfordummies.PrimaryController"> <children> <HBox fx:id="directoryPane" prefHeight="39.0" prefWidth="963.0"> <children> |