https://github.com/hohonuuli/javafxlecture
Example programs for teaching JavaFX
https://github.com/hohonuuli/javafxlecture
Last synced: 2 months ago
JSON representation
Example programs for teaching JavaFX
- Host: GitHub
- URL: https://github.com/hohonuuli/javafxlecture
- Owner: hohonuuli
- Created: 2021-02-08T20:26:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T19:54:12.000Z (about 1 year ago)
- Last Synced: 2025-02-04T21:45:46.129Z (4 months ago)
- Language: Java
- Size: 267 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaFX Lecture
Classes for teaching JavaFX
To run a demo use the following command style. Relace `ASimpleApp` with whatever class you are trying to run.
```bash
mvn compile exec:java "-Dexec.mainClass=javafxlecture.ASimpleApp"
```