I can see (by the `println`s in console) that my `...
# announcements
e
I can see (by the `println`s in console) that my
lazy
is actually being executed twice: https://github.com/kotlin-graphics/uno-sdk/blob/master/src/main/kotlin/uno/awt/JawtDemo.kt#L79-L84
j
I just ran this demo and it only prints
initInternal
once on my machine
e
thanks
it seems like calling
pack()
on the
JFrame
parent of
LwjglCanvas
apparently fixes it