Multiple Choice
Which of the following GUI components would you use to allow the user to move the view of the components within the container?
A) JComboBox
B) JList
C) JSlider
D) JScrollPane
E) JOptionPane
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Java allows one to create polymorphic references
Q14: Write a set of code that will
Q16: Explain why an abstract method cannot be
Q17: Write a set of code that will
Q18: The showDialog method is part of which
Q20: Regarding the Software Failure: There was a
Q21: What is printed by this code?<br><br> public class
Q22: Which statement is completely True?<br>A) Java upcasts
Q23: Consider the code shown below. It contains
Q26: Explain how to alter the Selection Sort