Skip to content

sanetro/CarStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarStatisticsApp - GUI Demonstration

Introduction

CarStatisticsApp is a graphical user interface (GUI) application designed to showcase a car management system. The application runs on Windows 10 and is developed using IntelliJ IDEA Community Edition with JavaFX for the user interface, FXML for layout declaration, and follows the Model-View-Controller (MVC) architectural pattern. It is a demonstration of a user interface without actual database connectivity and uses static, hardcoded data to mimic the functionality.

System Requirements

  • Operating System: Windows 10
  • IDE: IntelliJ IDEA Community Edition (Recommended for development and running the project)
  • Java Version: Java 17 "Corretto" (Amazon's distribution of the Open Java Development Kit)
  • Build System: Maven (Ensures that all dependencies are correctly managed and the project can be easily built)

Project Overview

The project is a representation of a car management system GUI. It includes various functionalities such as adding new car records, viewing a list of cars, and displaying car statistics. All data presented within the application is purely exemplary and is intended to illustrate the potential look and feel of a fully implemented system.

How to Run

To run the application, import the project into IntelliJ IDEA Community Edition and ensure that Java 17 "Corretto" is set as the project SDK. You can run the application directly from the IDE.

Screenshots

Below are some screenshots depicting different aspects of the application:

Add Car Car List Car Statistics Login Main Panel JavaFX Environment

About

JavaFX GUI application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published