Exam 20: Graphical User Interfaces
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
The event that is generated by a slider when its value changes is of type _____.
(Multiple Choice)
4.9/5
(32)
What is the best first step in picking the layout managers for a set of nested panels?
(Multiple Choice)
4.8/5
(44)
Which layout manager uses a grid so that each component will always be placed into an area of the same size?
i.GridBagLayout
II.BorderLayout
III.GridLayout
(Multiple Choice)
4.8/5
(40)
A ________ is a user-interface component with two states: checked and unchecked.
(Multiple Choice)
4.8/5
(29)
What can be determined about obj from the code below?
JMenuItem menuItem = new JMenuItem("Exit");
menuItem.addActionListener(obj);
(Multiple Choice)
4.8/5
(34)
The _______ interface toolkit has a large set of user-interface components.
(Multiple Choice)
4.8/5
(34)
Which layout manager uses a grid, but allows selected grid locations to span multiple rows or columns?
i.GridBagLayout
II.BorderLayout
III.GridLayout
(Multiple Choice)
5.0/5
(29)
What code would be the most appropriate assist in getting notified when a user interacts with a JSlider?
(Multiple Choice)
4.7/5
(40)
Suppose a JPanel with a BorderLayout manager contains two components: component1, which was added to the CENTER, and component2, which was added to the SOUTH.Which parts of the JPanel will appear?
i.North
II.South
III.Center
IV.West
v.East
(Multiple Choice)
4.9/5
(32)
Suppose a JPanel with a BorderLayout manager contains two components: component1, which was added to the EAST, and component2, which was added to the WEST.Which parts of the JPanel appear?
i.North
II.South
III.Center
IV.West
v.East
(Multiple Choice)
4.9/5
(36)
How do you add two buttons to the south area of a frame using the BorderLayout?
(Multiple Choice)
4.7/5
(46)
In an online job application, applicants have to submit a cover letter by typing it into a given text box.Which java class would be most appropriate for this text box?
(Multiple Choice)
4.9/5
(28)
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
(Multiple Choice)
4.7/5
(39)
Which elements of creating a graphical user interface are made easier by a GUI builder?
I creating event handlers
II configuring component properties
III adding components
(Multiple Choice)
4.9/5
(43)
Which layout manager places objects left-to-right, and creates a new row only if when the current row cannot accommodate another object?
(Multiple Choice)
4.7/5
(34)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)