--add-exports java.desktop/sun.awt.windows=ALL-UNNAMED
--enable-native-access=ALL-UNNAMED
--enable-preview
or in one line.
--add-exports java.desktop/sun.awt.windows=ALL-UNNAMED --enable-native-access=ALL-UNNAMED --enable-preview
See top.birthcat.notitlebar.NoTitleBar
NoTitleBar::removeIn
NoTitleBar::tryRemoveIn
Same as below, and apply this
Window(undecorated = true)
NoTitleBar::workWithCompose
for a fast path for compose
- Resize window to 0px
In my pc,window border blink when mouse over Button or user input to TextField.
But when I test in other pc,this problem can't reproduce.
Java 21 + Gradle