Skip to content

RAulshodmonbekov1107/JavaFX-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎨 JavaFX Practice Project

This repository contains JavaFX practice exercises, focusing on UI design, event handling, and component interactions. It serves as a hands-on learning space for JavaFX development.

πŸ“ Project Structure

JavaFX-Practice/
│── src/             # Java source files
│── resources/       # FXML, CSS, and assets
│── README.md        # Project documentation
│── pom.xml          # If using Maven

πŸ› οΈ Technologies Used

  • Java (JDK 11+ recommended)
  • JavaFX (UI framework for Java applications)
  • Maven/Gradle (for dependency management)

πŸš€ Running the Project

1️⃣ Clone the repository:

git clone https://github.com/yourusername/javafx-practice.git
cd javafx-practice

2️⃣ Compile and run the project:

mvn javafx:run  # If using Maven

Or manually run the Java class containing Application.launch().

πŸ“Œ Notes

  • This project is for practice purposes only.
  • Feel free to modify, extend, and experiment with JavaFX components.

πŸ“Œ Author: Raul πŸ‘¨β€πŸ’» | πŸš€ JavaFX UI Development Practice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages