snowe
08/17/2024, 1:09 AMsnowe
08/17/2024, 3:19 AMkeyChanged
?Nick
08/17/2024, 4:46 AMmain
property on WindowGroup
. this is available in the jvm platform only. so you can grab the instance in your jvm main within the application block and set its size
there. this way your app can remain in common code and this logic only happens for desktop. or, you can inject it into your app (if the app is desktop only) and do the same there.
https://nacular.github.io/doodle/docs/platform_specific/desktopNick
08/17/2024, 4:47 AMsnowe
08/17/2024, 5:19 PM