Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Big Java Late Objects
Exam 11: Advanced User Interfaces
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
The _______ interface toolkit has a large set of user-interface components.
Question 42
Multiple Choice
What is the best first step in picking the layout managers for a set of nested panels?
Question 43
Multiple Choice
You wish to detect when the mouse is moved into a graphical component. Which methods of the associated MouseListener interface will provide this information?
Question 44
Multiple Choice
A(n) ____ is used when you have a large set of choices.
Question 45
Multiple Choice
The documentation for the JSlider class lists ____ inherited methods.
Question 46
Multiple Choice
Which method can a program use to set the selected choice in a JRadioButton?
Question 47
Multiple Choice
What is the best way to start using Swing components?
Question 48
Multiple Choice
If the user presses and releases a mouse button in quick succession, which methods of the MouseListener interface are called?
Question 49
Multiple Choice
What method is required by the ChangeListener interface?
Question 50
Multiple Choice
What features do GUI builders have to speed the development of the graphical user interface of the program? I setting properties of dialog boxes II automated event-handling code generation III drag and drop of visual components