An application that demonstrates a queue built with Java Swing. Uses a Linked List data structure to provide the queue's support.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Java 8 or higher
- Maven
Pull down the repository to a local directory
git clone https://github.com/valtera45/queue-Application.git
cd Queue
mvn clean install
Next run the application...
java -jar target/Queue-App-jar-with-dependencies.jar
- Maven - Dependency Management
- Chris Wright -- valtera45