Java Swing Programming Question:

Which containers use a FlowLayout as their default layout?

Java Swing Programming Interview Question
Java Swing Programming Interview Question

Answer:

The Panel and Applet classes use the FlowLayout as their default layout.


Previous QuestionNext Question
What method is used to specify a container's layout?Which method of the Component class is used to set the position and size of a component?