aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-13 19:53:34 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-13 19:53:34 -0600
commit4388bc04152ea256858c38bdea1ff83bc9544898 (patch)
tree8f5a1a2ab7bb6e48502b7316e9f724a546a84254 /app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
parentb92a9c1ec9b7e8a39ff098d25dfda517a3338721 (diff)
downloadServerCraft-4388bc04152ea256858c38bdea1ff83bc9544898.tar
ServerCraft-4388bc04152ea256858c38bdea1ff83bc9544898.tar.gz
ServerCraft-4388bc04152ea256858c38bdea1ff83bc9544898.tar.bz2
desktop not working, trying original package
Diffstat (limited to 'app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt')
-rw-r--r--app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt b/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
index 8a00744..0a3cab9 100644
--- a/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
+++ b/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt
@@ -9,6 +9,7 @@ import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image
import javafx.stage.Stage;
+import java.awt.Desktop;
class App : Application() {