Skip to content

Instantly share code, notes, and snippets.

View bgmf's full-sized avatar

Daniel Zimmermann bgmf

View GitHub Profile
@bgmf
bgmf / App.kt
Created January 21, 2021 15:48
Failing GraalVM native-image build using Kotlin & JavaFX
package eu.dzim.kfxg
import eu.dzim.kfxg.fx.*
import eu.dzim.kfxg.res.resource
import eu.dzim.kfxg.utils.*
import javafx.application.Application
import javafx.event.EventHandler
import javafx.geometry.Insets
import javafx.geometry.Pos
import javafx.scene.Scene