-
JavaFX is a standalone project, so add it to the dependencies otherwise it is not possible to compile these examples.
official documentation how to do it
https://openjfx.io/openjfx-docs/#maven
…
bykka updated
4 years ago
-
``I'm having trouble figuring out how ListView should work using the ListCellFragment described by the guide in the Advanced Data Controls chapter (https://edvin.gitbooks.io/tornadofx-guide/content/pa…
-
Investigate possibility to visualize all clientlibraries (relations between them) in a project via graph
-
Since https://github.com/Kotlin/kotlinx.serialization is an official Kotlin project, perhaps it makes sense to embrace it as the foundation for how the JSON Model functionality works in TornadoFx.
-
Thanks for your work on this product! I really appreciate it, especially since GM tools in the open source space are pretty scarce.
**Is your feature request related to a problem? Please describe.*…
-
Is there a way to add our own package name (domain) in the project creating process (using intellij wizard)? Right now, the only way to accomplish this is by refactoring.
Is this feature coming so…
-
As a narrator, when I hit the "View Recordings" button for a specific note, I would like to see the verse image slide over to the navigation bar on the left so that I can see what verse I selected. Th…
-
For the Drawer view, the items are automatically rotated if they're placed on either side, and I suppose it is done by this method:
https://github.com/edvin/tornadofx/blob/904617a6e2e1582f810eae1ee…
-
Going to move the following out of core:
* `json`
* `rest/http`
The resulting folder structure will be:
- `/` (`README.md`, `CHANGELOG.md`, `LICENSE`)
- `src/` (parent folder for all source)
-…
-
Hi there,
I have a hard time figuring out how TreeView in TornadoFX works (I am also new to JavaFX) - I neither find the guide nor the examples good or intuitive to get into using the TreeView (or …