Developing a java swing gui that displays time


Java Homework

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:

• Current time stamps in 1 second intervals

• Real-time Traffic light display for three major intersections

• 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:

i. The components listed above should run in separate threads.

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

iii. 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)

iv. Assume a straight distance between each traffic light of 1000 meters.

v. Since you are traveling a straight line, you can assume Y = 0 for your X,Y positions.

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

vii. Don't worry about physics. Assume cars will stop on a dime for red lights, and continue through
yellow lights and green lights.

viii. Document all assumptions and limitations of your simulation.

Format your homework according to the following formatting requirements:

i) The answer should be typed, using Times New Roman font (size 12), double spaced, with one-inch margins on all sides.

ii) The response also includes a cover page containing the title of the homework, the student's name, the course title, and the date. The cover page is not included in the required page length.

iii) Also include a reference page. The Citations and references must follow APA format. The reference page is not included in the required page length.

Attachment:- Code.zip

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Developing a java swing gui that displays time
Reference No:- TGS03044885

Expected delivery within 24 Hours