Multiple Choice
Which constructor below creates a JInternalFrame that is resizable, closable, maximizable, and minimizable?
A) JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, true, true) ;
B) JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, false, true) ;
C) JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, true, false) ;
D) JInternalFrame frame = new JInternalFrame("Internal Frame", false, false, true, true) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q2: JSliders generate what type of event?<br>A) ActionEvents.<br>B)
Q3: Mnemonics can be used with all subclasses
Q4: Which of the following is not a
Q5: Which method returns true if the popup
Q6: The GridBagContraints constant RELATIVE means that _.<br>A)
Q8: A JSlider cannot display which of the
Q9: Which of the following is not a
Q10: To create a fixed space between all
Q11: Which statement below is false?<br>A) Each JPopupMenu
Q12: Which of the following is false?<br>A) JFrame