What advantage do Java’s layout managers provide over traditional window- ing systems ?
3 years ago
OOP Java
Java uses layout managers to lay out components in a consistent manner, across all windowing platforms. Since layout man- agers aren’t tied to absolute sizing and positioning, they are able to accomodate platform-specific differences among windowing systems.

Surya Bikram Bhandari
Oct 31, 2021