Java Swing Programming Question:
Which containers use a FlowLayout as their default layout?
Answer:
The Panel and Applet classes use the FlowLayout as their default layout.
Previous Question | Next 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? |