-
This is probably controlsfx question but ...
Is it possible to show notification when application is collapsed or unfocused?
-
`hbox {
imageview {
image = Image(ivAddContracteeUrl.toString())
fitHeight = 48.0
fitWidth = 48.0
…
-
I tried to compile no.tornado.fxsample.forms with JDK 9 (with classpath) ->
**Caused by: java.lang.ClassNotFoundException: com.sun.javafx.css.parser.CSSParser**
Root cause: In JDK 9 CSSParser is mo…
-
hi
how o define gradiant color for controles ??
-
I was exploring the table view edit model for the first time and I was wondering if it's possible to add validators to the editable columns/cells aside from dirty tracking. Is this possible, and if so…
-
I'm new to JavaFx and in Maven. I used FXLauncher to do automatic updates. Everything works great. But I have one question, after executing the package I have a conf folder where I have the properti…
-
**Describe the bug**
When clicking the submit button in the issue report dialog, nothing happens (except for a stacktrace)
**Steps To Reproduce**
1. Open issue report dialog
2. Fill in the field…
-
I am having trouble loading a particular Font in my app.
The .ttf file is in the resources folder and the path to the file is also correct. This is the code I used to check:
```
val fontStr = "font…
-
This is for version 2.0.1
Don't know why, but this code (serviceUrl is localhost in my case):
```
val response = Fuel.upload(serviceUrl/"jars"/"upload")
.add(FileDataPart(file = fileToUpload…
-
hello
i try to start new project using tornadofx and springboot data rest
spring boot data rest using a JSON format type application/hal+json like this
{
"_embedded" : {
"items" : [ {
…