HumbleUI / JWM

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

Swing? SWT? #2

Closed idontusenumbers closed 3 years ago

idontusenumbers commented 3 years ago

Is the competitive comparison omitting Swing because it's connected to AWT? What about SWT? Is this an alternative GUI library or just used for managing windows owned by other GUI libraries?

tonsky commented 3 years ago

Yes, Swing is UI library, for window management it falls back to AWT.

JWM is (well, will be) for managing windows owned by other GUI libraries, correct.