Multiple choice technology web technology

Box Layout is the layout manager for a panel

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Panel's default layout manager is FlowLayout, not BoxLayout. BoxLayout must be explicitly set. This question tests knowledge of default layout managers for different container types.