Thursday, February 12, 2009

What are the problems faced by Java programmers who don't use layout managers

Question :What are the problems faced by Java programmers who don't use layout managers?
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: