Exam 17: Swing I
Exam 1: Getting Started46 Questions
Exam 2: Console Input and Output29 Questions
Exam 3: Flow of Control43 Questions
Exam 4: Defining Classes I44 Questions
Exam 5: Defining Classes Ii46 Questions
Exam 6: Arrays47 Questions
Exam 7: Inheritance43 Questions
Exam 8: Console Input and Output43 Questions
Exam 9: Exception Handling45 Questions
Exam 10: File IO46 Questions
Exam 12: Uml and Patterns22 Questions
Exam 13: Interfaces and Inner Classes32 Questions
Exam 14: Generics and the Arraylist Class31 Questions
Exam 15: Linked Data Structures43 Questions
Exam 16: Collections and Iterators44 Questions
Exam 17: Swing I37 Questions
Exam 18: Swing II31 Questions
Exam 19: Java Never Ends18 Questions
Exam 11: Recursion43 Questions
Exam 20: Applets25 Questions
Select questions type
A Swing program does not end until it encounters a System.exit statement.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
Standard layout managers are defined in the ____________ package.
Free
(Multiple Choice)
4.8/5
(44)
Correct Answer:
C
A ____________ is the smallest unit of space on which your screen can write.
(Multiple Choice)
4.7/5
(37)
The _____________ manager places components into five regions.
(Multiple Choice)
4.9/5
(35)
One of the main functions of JPanel objects is to subdivide a JFrame (or other container)into different areas.
(True/False)
4.8/5
(33)
The actionPerformed method of the ActionListener interface returns a Boolean value.
(True/False)
4.9/5
(36)
The event-driven paradigm requires implementing methods that will never be invoked.
(True/False)
4.9/5
(33)
Create a Java GUI application that contains a label and a button.The label reads "Click the button to change the background color." When the button is clicked,the background is changed to a different color.
(Essay)
4.9/5
(41)
Write Java statements to add the menu created in number 7 above to the menu bar.
(Essay)
4.7/5
(34)
Add button functionality to the resulting GUI of number 2 above.When the button is clicked,the title of the window changes to "Modified First Window".
(Essay)
4.7/5
(44)
The ActionListener interface requires that the method ____________ be implemented.
(Multiple Choice)
4.8/5
(32)
A programming style that uses a signal and response approach to programming is called:
(Multiple Choice)
5.0/5
(43)
The _______________ manager arranges components in a two-dimensional table with some number of rows and columns.
(Multiple Choice)
4.8/5
(44)
Showing 1 - 20 of 37
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)