Podcast
Questions and Answers
Which layout is the default for JPanel and Applet?
Which layout is the default for JPanel and Applet?
- CardLayout
- FlowLayout (correct)
- GridLayout
- BorderLayout
Which component class cannot be added to an applet?
Which component class cannot be added to an applet?
- JLabel
- ScrollPane
- Menu (correct)
- JButton
What does a JCheckBoxMenuItem subclass of?
What does a JCheckBoxMenuItem subclass of?
- JCheckBox
- JMenuItem (correct)
- JButton
- JRadioButton
What does a ScrollPane represent?
What does a ScrollPane represent?
Which component automatically arranges the added components to a container?
Which component automatically arranges the added components to a container?