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

Q

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

✍: Guest

A

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.

2013-01-31, 1954👍, 0💬