LazyIonEs
04/15/2025, 11:55 AMfun main() = application {
Window(
onCloseRequest = ::exitApplication, title = "Test", icon = painterResource(Res.drawable.icon)
) {
App()
}
}
Alexander Maryanovsky
04/15/2025, 5:50 PMLazyIonEs
04/16/2025, 4:00 AMAlexander Maryanovsky
04/16/2025, 6:53 AM-Dapple.awt.application.appearance=system
to the JVM, or set it as a System property.LazyIonEs
04/16/2025, 8:21 AMcompose.desktop {
application {
jvmArgs += listOf("-Dapple.awt.application.appearance=system")
}
}
Is this the setting? I didn't get the corresponding effect.Alexander Maryanovsky
04/16/2025, 8:53 AMLazyIonEs
04/16/2025, 8:58 AMAlexander Maryanovsky
04/16/2025, 9:03 AMLazyIonEs
04/16/2025, 9:03 AM讗诇讬讛讜 讛讚住
04/29/2025, 2:40 PM讗诇讬讛讜 讛讚住
04/29/2025, 2:40 PM