Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please I need help to developing a Java Swing GUI that displays time, traffic signals and other information for traffic analysts. The final GUI design

Please I need help to developing a Java Swing GUI that displays time, traffic signals and other information for traffic analysts. The final GUI design should include viewing ports/panels to display the following components of the simulation:

1. Current 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.

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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions

Question

Internet resource finder

Answered: 1 week ago