DEVFYI - Developer Resource - FYI

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

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions