-
I am trying to build a kotlin project (version 1.4.31 on my end) that uses TornadoFX (1.7.20). During compilation I get the warning:
`Some runtime JAR files in the classpath have an incompatible ve…
-
JavaFX 11
code:
```
class Model {
val dateProperty: ObjectProperty = objectProperty(LocalDate.now())
var date: LocalDate by dateProperty
val valueProperty: SimpleObjectProperty =…
-
Java and JavaFX 11
```
combobox(items) {
isEditable = true
makeAutocompletable()
}
// or
combobox(textProperty, items) {
makeAutocompletable()
}
```
Exception:
```
ja…
-
Hi, I'm trying to obfuscate my code with 'Proguard', but I'm having some problems trying to run my application after using Proguard. This is my configuration file:
```TXT
-libraryjars /lib/rt.jar…
-
能否打包下
-
I have a treeview holding many colored labels. I want to be able to launch the color picker dialog when I click on these controls and bind the color picker value to my controls background:
![image]…
-
```
java.lang.IllegalStateException: Not on FX application thread; currentThread = pool-4-thread-1
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:279)
at com.sun.javafx.tk.quantum.Qu…
-
Is there a reason why only the `piechart` builder has a `data` parameter?
https://github.com/edvin/tornadofx/blob/e63f086a5d56b373db0b058b665bf1221732a584/src/main/java/tornadofx/Charts.kt#L7-L14
ht…
-
When I try to run the code from the guide
```kotlin
tableview(persons) {
column("ID", Person::id);
column("Name", Person::name)
column("Birthday", Person::birthday)
column("Age", Person::age)
…
-
JavaFX: 15
JPro: 2020.1.3
JDK: Adopt JDK
I started actively testing applications and noticed that the `Tooltip` appears in only one window.
In the first window, hover over the node (with the `To…