I've noticed that my compose app has the light title bar when windows is using dark mode and everyapp has the dark title bar. Has someone faced the same issue? I've only found comments about macOS but nothing about windows
But I only need the window's title bar to follow the system theme, I don't care about customizing the title bar that much. Seems like sth that should be done by default by Windows or some kind of jvm argument (like macos).
If accessing native APIs is the only option... It seems I'm going to leave as it is
k
Kirill Grouchnikov
11/03/2022, 7:38 PM
This is one of the many reasons JB is shipping its own Java runtime with IntelliJ (and other IDEs) - to work around these functionality gaps left long unattended by the core Swing / AWT layers.
a
Abdelilah El Aissaoui
11/03/2022, 7:42 PM
Damn, seems like sth that windows should handle... Anyway, thanks for the info!
k
Kirill Grouchnikov
11/03/2022, 7:43 PM
Windows already provides these APIs. It’s the Swing / AWT integration part that is missing.