What advantage do Java's layout managers provide over traditional windowingsystems

Java uses layout managers to lay out components in a consistent manner across allwindowing platforms. Since Java's layout managers aren't tied to absolute sizing andpositioning, they are able to accomodate platform-specific differences among windowingsystems.

 

This Question is not yet answered!