An application to display tracking information for the package delivery system of FedEx. The application accepts new packets with their properties. Every active packet creates its own thread as it travels from source to destination in the system. The user will also be able to query with an input tracking number and print the tracking details of the package.
- Java
- Database: MySQL
- Java Applet
Create Package Screen | Track Package Screen |
---|---|
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Eclipse IDE. Download here
- MySQL Download
- Clone the repository.
- Open the project in Eclipse IDE.
- Run the DB script in MySQL server.
- Run the project using java applet.