-
TornadoFX is a Kotlin framework for JavaFX, it provides web-stack-like customization and will not require a backend server to be created.
https://github.com/edvin/tornadofx
Note: openjfx is need…
-
i see you use this feature in side of javaFx
how to use in tornadofx application
Note that i get dependency of tornadofx=controls :)
![nav](https://user-images.githubusercontent.com/45058799/52…
-
Today i have swapped Oracle Java 8 32-bit for AdoptOpenJDK 8 64-bit. Works for Spark in IntelliJ. But when i try to build Flame i get errors (something missing in OpenJDK maybe):
Information:Kotlin…
-
As a beginner with Tornadofx and Kotlin I am learning with the nice examples from Edvin Syse.
Now I tried the Scopes example(Share view state using a custom scope in a TornadoFX Master/Detail app) an…
-
Hi @arnaudgiuliani, thanks a lot for this library, I was thinking it would be awesome to have a package for [TornadoFX](https://github.com/edvin/tornadofx) to target JavaFX / Desktop app.
-
Notes from the slack channel...
@gtnarg Two things. One is the `themeProperty`. It basically just adds/removes the theme string as a class on `ListMenu`. The other is a fix in `ListItemSkin` (calle…
-
Refactor HarvesterDroid into Kotlin code, using TornadoFX for java UI's
TornadoFX only works with JDK 8 right now, but is actively working on support for JDK 10+ due to Oracle's new conventions.
…
-
Some people have been asking ways they can contribute - so here are some ways someone might want to help - in no particular order:
- some of the codebase for tornadofx lacks proper code documentat…
-
We’re working on a project where the business logic is implemented in a separate module using non-TornadoFX types. There’s a (non-TornadoFX) event system in place and we're using Dagger for dependency…
-
I'm using rxkotlin-jdbc and a Hikari data source in a TornadoFX project and found that a connection is leaking whenever I use `fun DataSource.execute` to delete objects from an underlying PostgreSQL d…