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.