Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Java Programming From Problem Analysis to Program Design
Quiz 6: Graphical User Interface GUI and Object-Oriented Design OOD
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
To create a window, which of the following classes has to be extended?
Question 22
Multiple Choice
Which of the following is NOT found within the content pane?
Question 23
Multiple Choice
To display a window, you must invoke the method ____.
Question 24
Multiple Choice
Which of the following is NOT a required attribute of a window?
Question 25
Multiple Choice
Which of the following sets the window width to 100 pixels and the height to 200 pixels?
Question 26
Multiple Choice
If Shape is a class and you create a new class Rectangle that extends Shape, then Shape is a(n) ____ and Rectangle is a(n) ____.Which word goes in the first blank in the sentence above?