An open API service indexing awesome lists of open source software.

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

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"
```