Podcast
Questions and Answers
What layout is the default for JPanel and Applet?
What layout is the default for JPanel and Applet?
- CardLayout
- FlowLayout (correct)
- GridLayout
- BorderLayout
Which component class cannot be added on an applet?
Which component class cannot be added on an applet?
- Menu (correct)
- Label
- Checkbox
- Button
What does a checkbox consist of?
What does a checkbox consist of?
- Combination of a small box and a Button
- Combination of a small box and a Label (correct)
- Combination of a small box and a Textfield
- Combination of a small box and a ScrollPane
What designates the area of a Frame excluding the title, menu bar, and border?
What designates the area of a Frame excluding the title, menu bar, and border?
What does GUI stand for?
What does GUI stand for?