Skip to content

I uploaded the basic elements that are essential to build a desktop application using JavaFX. You can download and learn from here.

Notifications You must be signed in to change notification settings

Ehsanul-karim/JavaFX-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Getting Started

Follow the steps below to set up and explore the project:

1. Download the Project You can either: Clone the repository using Git:

git clone <repository-url>

OR Download the ZIP file from GitHub and extract it to a preferred location on your computer.

2. Open in IntelliJ IDEA Launch IntelliJ IDEA. Click on “Open” and select the unzipped project folder. Wait for IntelliJ to index and build the project.

3. Locate the Main Class

The main entry point of the project is:

src/main/java/.../HelloApplication.java

This file contains the main method to run the application.

4. Explore the UI

Browse all the .fxml files inside the resources folder. Check their corresponding controller classes to understand the logic and event handling.

You can now run, explore, and modify the project as needed. Happy coding! 💻

About

I uploaded the basic elements that are essential to build a desktop application using JavaFX. You can download and learn from here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages