
Introduction to Swing • 781
6. Which is the constructor of JComboBox?
( a) JComboBox(int items)
( b) JComboBox(Vector items)
( c) JComboBox(int [] items)
( d) None of the above
7. Which is the correct signature for JScrollPane
class construction?
( a) JScrollPane(int vsb, int hsb)
( b) public JScrollPane(Object vsb,
Object hsb)
( c) public void JScrollPane(int
vsb, int hsb)
( d) public void JScrollPane(Object
vsb, Object hsb)
8. Which is the correct form for showMessage-
Dialog method?
( a) void showMessageDialog(Component
comp)
( b) public void showMessageDialog
(Component comp, Object msg)
( c) ...