Hacker News new | ask | show | jobs
by switchbak 457 days ago
Absolutely - Qt had already figured out how to do layout before Swing was much of a thing (AWT doesn't count, yuck).
1 comments

I suspected AWT had layout managers as well, so looked it up:

https://docs.oracle.com/javase/8/docs/api/java/awt/class-use...

Believe that was there from the beginning, mid 90s.