Tuesday, March 10, 2009

What advantage do Java's layout managers provide over traditional

Question :What advantage do Java's layout managers provide over traditional
windowing systems? (AWT)

Answer :Java uses layout managers to lay out components in a consistent manner
across all windowing platforms. Since Java's layout managers aren't tied to
absolute sizing and positioning, they are able to accomodate platformspecific
differences among windowing systems.

No comments: