HumbleUI / JWM

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

What is the best way to handle multiple text inputs? #125

Closed i10416 closed 3 years ago

i10416 commented 3 years ago

Hi, I tried example application and read implementation.

I wonder what is the best way to handle multiple text inputs in a single window(e.g. switching focuses, editing multiple lines at the same time like vs code alt + enter. )

tonsky commented 3 years ago

This would be a task for a separate UI library. JWM only handles OS integration (windows, events), it does not draw/implements any widgets by itself.