HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
546 stars 44 forks source link

macOS: Created new windows missing decorations. #290

Closed FledgeXu closed 3 months ago

FledgeXu commented 3 months ago

System: Apple M2 Max 14.4 (23E214) JVM:

java version "21.0.2" 2024-01-16 LTS
Java(TM) SE Runtime Environment Oracle GraalVM 21.0.2+13.1 (build 21.0.2+13-LTS-jvmci-23.1-b30)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.2+13.1 (build 21.0.2+13-LTS-jvmci-23.1-b30, mixed mode, sharing)

Reproduce Steps:

  1. python3 script/run.py to start dashboard example.
  2. press CMD+N to create a new window.

Bugs:

image

I'm not sure it's by design or not…

tonsky commented 3 months ago

Yes, this is just how demo app is set up. Each new window has new decoration style. Not a bug