Skip to content

ljavorsk/TrafficRoute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraficRoute

Semestral project for IJA

Authors:

[email protected]
[email protected]

Abstract

Traffic simulation app writen in Java language, using JavaFX gui library. Compile and run is done by Ant (build.xml file).
Application have some example data which represents the city. The simulation is started within application launch.

Application

How to run it?

As mentioned above, all compilation and run is managed by Ant. So it's really simple.
If you want to run the application just type ant run.
If you want to compile the project, run ant compile.

Documentation

Whole project have javadoc comments, so you can generate documentation by running ant doc command.
There is readme.txt file which is Slovak version of brief intro to this project, so unless you understand it,
ignore it. It was only for the school project purpose.

Main window

main_window

This is main window of our application.


Streets selected window

streets

When you press Streets button on the right down corner, you get this one.


One line selected

line

When you select specific line, you get it's representation, and it's route is displayed in purple color.


Final rating

We have obtained 80/80 points for this project. So we can call it pretty successful.

About

Semestral project for IJA (Java Seminar)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published