-
There is a lot of boilerplate to making custom controls in JavaFX, especially when it comes to making integrating CSS and custom skinning. It would be nice if we could find a way to reduce as much of …
-
Hey, i'm new to JavaFX and TornadoFX so i have some questions:
I want to make a double only textfield and bind it to a double property and i want to know how to:
- Make the textfield only accept…
-
TornadoFX is currently de-facto standard for kotlin UI development (and not only for JVM), but it has rather broad set of features combined into a single monolith bundle. For most tasks we need only b…
-
The archetype snippet in the readme has the version as 1.7.20 however the latest version appears to be 1.7.17
-
In following multiplatform project:
https://github.com/MarcinMoskala/KotlinAcademyApp
TornadoFx is running when started via gradle, but when I try to start it via TornadoFX plugin I get the follow…
-
-
Hello, I am finding issues using ListMenu. Here's my code :
```
class SidebarView : View() {
override val root = hbox {
text("Planies")
listmenu(theme = "blue") {
…
-
I notice there is a modify operation in for-Each. Is that a mistake?
-
Hello, I'm try to deal my client work with rest response from the server:
Example of request:
`http://localhost:8080/api/tasks/
`
Getting answer:
[https://pastebin.com/PrgGPznk](https://pastebin…
Y2Kot updated
5 years ago
-
This could be painful. We run on Java 10, but for 11 will need to:
* use a JDK that has the JavaFX modules included.
* use the backported / new `jpackager` tool instead of `javapackager` and see w…