From 8fbd006b494ce4c6ab284d9eeab8692195984151 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 14 May 2023 13:37:55 -0600 Subject: turns out it just doesnt work on linux, reverting and organizing --- app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt') diff --git a/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt b/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt index 0a3cab9..3ff7c46 100644 --- a/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt +++ b/app/src/main/kotlin/xyz/brysonsteck/serverfordummies/App.kt @@ -15,7 +15,7 @@ class App : Application() { override fun start(stage: Stage) { var scene = Scene(loadFXML("primary"), 963.0, 713.0) - stage.icons.add(Image(this.javaClass.getResourceAsStream("app-256x256.png"))) + stage.icons.add(Image(this.javaClass.getResourceAsStream("app.png"))) stage.setResizable(false) stage.title = "Server For Dummies" stage.scene = scene -- cgit v1.2.3