Has anyone found a way to set the background of th...
# compose-desktop
b
Has anyone found a way to set the background of the window of a compose-desktop app, so that it doesn't flicker during resizing that works on windows? The following has been mentioned in this slack a few times, but does not work on windows! (works fine on macOS, did not try linux)
Copy code
window.background = java.awt.Color(....)
a
Try setting it on the contentPane of the window, maybe
b
I tried that a as well, but that didn't work either