For someone want to implement custom title bar in ...
# compose-desktop
h
For someone want to implement custom title bar in compose desktop: 1. the JetBrains/JetBrainsRuntime is required 2. Access
java.awt.Window$CustomWindowDecoration
by reflection, maybe you need
Unsafe
to access it in
JBR-17
There are some sample codes for it: 1. CustomWindowDecorationAccessing 2. UnsafeAccessing 3. JBWindow and MainToolBar in different platform 4. About JetBrainsRuntime 5. Screenshots
a
342 Views