Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

CMSC 335 Project 3 Overview In this project you will construct a Java Swing GUI that uses event handlers, listeners and incorporates Java’s concurrency functionality and the use of threads. The...

1 answer below »

CMSC 335 Project 3
Overview
In this project you will construct a Java Swing GUI that uses event handlers, listeners and incorporates
Java’s concu
ency functionality and the use of threads. The following book may be useful to help you
ecome comfortable with Thread processes.
https:
learning.oreilly.com/li
ary/view/java-9-concu
ency/ XXXXXXXXXX/
You should focus on the first 4 chapters.
If you have previously signed up for the Safari account you don't need to sign-up again. Just use this link:
https:
learning.oreilly.com/accounts/login/?next=/li
ary/view/temporary-access/
If you have not previously requested a Safari account follow the details on this page to sign-up for your
Safari Account:
https:
libguides.umuc.edu/safari
You'll need to sign in using your UMGC student email account. Once you sign in, you'll have immediate
access to the content, and you'll shortly receive an e-mail from Safari prompting you to set up a
password and complete your account creation (recommended).
Students: Your UMUC e-mail account is your username + @student.umuc.edu (example:
XXXXXXXXXX).
In addition, a zip file is included that includes several Oracle Java files that use different types of Swing
components as well as threads. I recommend going through the reading and the examples to become
familiar before attempting the final project.
Assignment Details
As a new engineer for a traffic congestion mitigation company, you have been tasked with developing a
Java Swing GUI that displays time, traffic signals and other information for traffic analysts. The final GUI
design is up to you but should include viewing ports/panels to display the following components of the
simulation:
1. Cu
ent time stamps in 1 second intervals
2. Real-time Traffic light display for three major intersections
3. X, Y positions and speed of up to 3 cars as they traverse each of the 3 intersections
Some of the details of the simulation are up to you but the following guidelines will set the guardrails:
1. The components listed above should run in separate threads.
2. Loop through the simulation with button(s) providing the ability to start, pause, stop and
continue the simulation.
https:
nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearning.oreilly.com%2Fli
ary%2Fview%2Fjava-9-concu
ency%2F XXXXXXXXXX%2F&data=04%7C01%7CDuane.Jarc%40umgc.edu%7C11b803c7e9174dacb1fe08d940b3486e%7C704ce3d6a4bf4e098516d52840c9f7a9%7C1%7C0%7C XXXXXXXXXX%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=NHRAMd7oo8mnpj%2BY9P0RSaRcArIkNKy0uP9EYt0%2FT70%3D&reserved=0
https:
learning.oreilly.com/accounts/login/?next=/li
ary/view/temporary-access
https:
libguides.umuc.edu/safari
mailto: XXXXXXXXXX)
3. You will need to use basic distance formulas such as distance = Speed * time. Be sure to be
consistent and define your units of measure (e.g. mile/hour, versus km/hour)
4. Assume a straight distance between each traffic light of 1000 meters.
5. Since you are traveling a straight line, you can assume Y = 0 for your X,Y positions.
6. Provide the ability to add more cars and intersections to the simulation through the GUI.
7. Don’t wo
y about physics. Assume cars will stop on a dime for red lights, and continue through
yellow lights and green lights.
8. Document all assumptions and limitations of your simulation.
Submission Requirements:
1. Submit all of your Java source files (each class should be in a separate .java file). These files
should be zipped and submitted with the documentation.
2. UML class diagram showing the type of the class relationships.
3. Developer’s guide describing how to compile and execute the program. The guide should
include a comprehensive test plan that includes evidence of testing each component of the
menu with screen captures and descriptions supporting each test. Documentation includes
Lessons learned.
Your compressed zip file should be submitted to the Project 3 folder in LEO no later than the due
date listed in the classroom calendar.
Grading Ru
ic:
Attribute Meets
Design 20 points
Designs a Java Swing GUI that uses event handlers, listeners and
incorporates Java’s concu
ency functionality and the use of threads.
Functionality 40 points
Contains no coding e
ors.

Contains no compile warnings.

Constructs a Java Swing GUI that uses event handlers, listeners and
incorporates Java’s concu
ency functionality and the use of threads
Include viewing ports/panels to display the following components of the
simulation:
1. Cu
ent time stamps in 1 second intervals
2. Real-time Traffic light display for three major intersections
3. X, Y positions and speed of up to 3 cars as they traverse each of the
3 intersections

The components run in separate threads.

Loop through the simulation with button(s) providing the ability to start,
pause, stop and continue the simulation.

Provides the ability to add more cars and intersections to the simulation
through the GUI.

Test Data 20 points
Tests the application using multiple and varied test cases.

Documentation and
submission
20 points
Source code files include header comment block, including file name, date,
author, purpose, appropriate comments within the code, appropriate
variable and function names, co
ect indentation.

Submission includes Java source code files, Data files used to test your
program, Configuration files used.

Documentation includes a UML class diagram showing the type of the class
elationships.

Documentation includes a user's Guide describing of how to set up and run
your application.

Documentation includes a test plan with sample input and expected results,
test data and results and screen snapshots of some of your test cases.

Documentation includes Lessons learned.

Documents all assumptions and limitations of your simulation.

Documentation is in an acceptable format.

Document is well-organized.
The font size should be 12 point.
The page margins should be one inch.
The paragraphs should be double spaced.
All figures, tables, equations, and references should be properly labeled and
formatted using APA style.
The document should contain minimal spelling and grammatical e
ors.
Any submissions that do not represent work originating from the student will be submitted to the
Dean’s office and evaluated for possible academic integrity violations and sanctions.
Answered 29 days After Apr 11, 2022

Solution

Manikandan answered on Apr 22 2022
88 Votes
Traffic light Simulation:
UML Diagrams:
UserGuide:
1) open eclipse ide
2) do Right-click on the project explorer then select import. An import explorer window will open.
3) there you need to select the project(traffic_light_app) and click the ok button
4) from that project open TrafficLightApp.java
5) then run TrafficLightApp.java
6) then it will open the GUI for executing the simulation
    This GUI will contain controls like buttons, labels, sliders, tables
    buttons are for a start, pause, stop
        need to click the start...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here