Hi! Does anybody know how to give a compose-desktop/Swing window a translucent effect like macOS standard?
I know I cannot do it in Compose itself, since the window itself needs to implement this. My idea is to let the whole window be translucent and in compose i set the areas where I want the system to “shine” through to
transparent
.
Anybody knows how to achieve this?