ParkingLR is a JavaFX application that allows users to manage and visualize parking data. The application provides functionalities to import parking data from a CSV file, filter and sort the data, and display it on a map.
- Java 8 or higher
- Maven
-
Clone the repository:
git clone https://github.com/KyozuFR/ParkingLR.git cd ParkingLR -
Update the path of the JRE in the pom.xml file to match the JRE path on your system (line 136).
-
Build the project using Maven:
mvn clean install
-
Run the application:
mvn javafx:run
-
Use the GUI to import a CSV file containing parking data.
-
Filter and sort the parking data using the provided text field and radio buttons.
-
View the parking data on the map and in the table.
- JavaFX
- Maven Compiler Plugin
- Maven Assembly Plugin
- Launch4J Plugin
This project is licensed under the Apache License 2.0. See the LICENSE file for details.