BIG JAVA: LATE OBJECTS
2nd Edition
ISBN: 9781119626220
Author: Horstmann
Publisher: WILEY
expand_more
expand_more
format_list_bulleted
Question
Chapter 12, Problem 9PP
Program Plan Intro
To design a suburban scene
Program plan:
- In the file “Car.java”, import necessary package, and create a class “Car”,
- Declare and initialize necessary variables.
- Define the constructor to construct a car with a given top left corner.
- Define a method “draw()” to draw the car.
- In the file “House.java”, create a class “House”,
- Declare and initialize necessary variables.
- Define the constructor to initiate the bottom left corner.
- Define a method “draw()” to draw the house.
- In the file “StreetPanel.java”, import necessary packages, and create a class “StreetPanel”,
- Declare and initialize necessary variables.
- Define the constructor to construct a Street object.
- Define a method “paintComponent()” to draw the graphic context.
- Define a method “addCar” to add a car to the list.
- Define a method “addHouse()” to add a house to the list.
- In the file “SuburbanSceneFrame.java”, import necessary package, and create a class “SuburbanSceneFrame”,
- Declare and initialize necessary variables.
- Define the constructor to construct a frame.
- Define the method “createShapePanel()” to create the shapes' panel.
- Define the method “createColorPanel()” to create the colors panel.
- Define the method “createColorButton()” to create color buttons.
- In the file “SuburbanSceneEditor.java”, create a class “SuburbanSceneEditor”,
- Define the method “main()”,
- Create an object for “SuburbanSceneFrame”.
- Set the frame operation.
- Set the frame’s title.
- Make the frame visible.
- Define the method “main()”,
Explanation of Solution
UML diagram:
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
4. |z + 5 - 5i| = 7
14.
dz,
C: |z❘
C: |z❘ = 0.6
ze² - 2iz
H
14.
dz,
C: |z❘
C: |z❘ = 0.6
ze² - 2iz
H
Chapter 12 Solutions
BIG JAVA: LATE OBJECTS
Ch. 12.1 - Prob. 1SCCh. 12.1 - Prob. 2SCCh. 12.1 - Prob. 3SCCh. 12.1 - Prob. 4SCCh. 12.1 - Prob. 5SCCh. 12.2 - Prob. 6SCCh. 12.2 - Prob. 7SCCh. 12.2 - Prob. 8SCCh. 12.2 - Prob. 9SCCh. 12.2 - Prob. 10SC
Ch. 12.2 - Prob. 11SCCh. 12.2 - Prob. 12SCCh. 12.3 - Prob. 13SCCh. 12.3 - Prob. 14SCCh. 12 - Prob. 1RECh. 12 - Prob. 2RECh. 12 - Prob. 3RECh. 12 - Prob. 4RECh. 12 - Prob. 5RECh. 12 - Prob. 6RECh. 12 - Prob. 7RECh. 12 - Prob. 8RECh. 12 - Prob. 9RECh. 12 - Prob. 10RECh. 12 - Prob. 11RECh. 12 - Prob. 12RECh. 12 - Prob. 13RECh. 12 - Prob. 14RECh. 12 - Prob. 15RECh. 12 - Prob. 1PECh. 12 - Prob. 2PECh. 12 - Prob. 3PECh. 12 - Prob. 4PECh. 12 - Prob. 5PECh. 12 - Prob. 6PECh. 12 - Prob. 1PPCh. 12 - Prob. 2PPCh. 12 - Prob. 3PPCh. 12 - Prob. 4PPCh. 12 - Prob. 5PPCh. 12 - Prob. 6PPCh. 12 - Prob. 7PPCh. 12 - Prob. 8PPCh. 12 - Prob. 9PPCh. 12 - Prob. 10PP
Knowledge Booster
Similar questions
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education