Tuesday, March 10, 2009

What are the problems faced by Java programmers who dont use layout

Question :What are the problems faced by Java programmers who dont use layout
managers? (AWT)

Answer :Without layout managers, Java programmers are faced with determining
how their GUI will be displayed across multiple windowing systems and
finding a common sizing and positioning that will work within the
constraints imposed by each windowing system

No comments: