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

https://github.com/atennert/kotlinfx

experimenting with using JavaFX in Kotlin
https://github.com/atennert/kotlinfx

javafx kotlin testfx

Last synced: about 1 year ago
JSON representation

experimenting with using JavaFX in Kotlin

Awesome Lists containing this project

README

          

# kotlinfx

This is a small project to test the setup of using JavaFX with Kotlin. It shows how to create the application and how to run tests on it. The requirement is to make use of FXML, CSS and a Controller.

It's also showing how to run JavaFX tests on travis -> use service xvfb and execute command 'export DISPLAY=:99.0' before the install.

Currently, the project uses JDK 11 and the corresponding JavaFX version.