-
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…
-
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…
-
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" : [ {
…
-
A lot of times I am not quite sure if my type safe css is exactly what I am intending to do.
And I think it would be nice to have a preview which shows how the actual javafx css looks like.
-
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…
-
I am making this an issue so its easier to discuss I hope.
When writing tests you want to be able to mock parts of your application (databaseaccess, rest call etc)
A normal pattern in tornadofx is…
-
Hello,
I'm a tornadFx begginer, so I might be doing something wrong.
I have a menu view which consists of two View in borderpane. One is always present and other is changed depending on menu selecti…
ghost updated
4 years ago
-
We should look into making the animation builders and functions more uniform across use cases, including simple node animations, timeline constructs, and view transitions.
-
I'm using a `Workspace` and `dockInNewScope` to navigate between parent and child views. My problem is that if I subscribe to an event in a child view / controller it will get fired even if I **naviga…
-
When I use fxml for ui resources, fxml loader class is not found.
**My View class**
`class CounterView : View() {
override val root: BorderPane by fxml()
}
`
**Fxml file is located under r…