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.
JavaFX-Practice/
βββ src/ # Java source files
βββ resources/ # FXML, CSS, and assets
βββ README.md # Project documentation
βββ pom.xml # If using Maven
- Java (JDK 11+ recommended)
- JavaFX (UI framework for Java applications)
- Maven/Gradle (for dependency management)
1οΈβ£ Clone the repository:
git clone https://github.com/yourusername/javafx-practice.git
cd javafx-practice2οΈβ£ Compile and run the project:
mvn javafx:run # If using MavenOr manually run the Java class containing Application.launch().
- This project is for practice purposes only.
- Feel free to modify, extend, and experiment with JavaFX components.
π Author: Raul π¨βπ» | π JavaFX UI Development Practice