-
I encountered an error when running the sample code and spent a lot of time learning about Java module-related knowledge. I determined that it is impossible to obtain resource files through ClassLoade…
-
How are you?
Thanks for sharing the great project.
I love this and I want to use this library.
But I download project and tried to compile, but it occurs the exception and never run.
I can't see t…
-
Recently I was trying to test out the features of this project and I found the following issue:
```
A problem occurred configuring root project 'tilesfx'.
> Could not resolve all artifacts for co…
-
I guess this is a release issue of version 17 however, your version links against openjfx 20.
I just updated a legacy tool that requires java 17. After switching to the latest `tilefx` dep it took me…
-
In my application, I have been using `TilesFX (17.1.9)`. I have also specified `.root` selector as follows:
```
.root {
-fx-font-size : 11.0pt;
-fx-font-family: 'Gill Sans';
}
```
…
-
Could not resolve eu.hansolo:tilesfx:16.0.3.
Required by:
project :
-
Hi Gerrit
If you create a Tile with a `XYChart` in it (Line or Area, doesn't matter) you can use JavaFX's `XYChart.Data` class to add items to the graph. In its documentation it is stated, that the…
-
Is it the continuation of the framework/platform development?
How to migrate to?
What it brings of doing so?
-
### Idea Outline
Motivation: https://twitter.com/AlmasBaim/status/1336685347795857409
```
Applications: Game A | Game B | ...
-- Layrry --
Custom Runtime Image: java.base, ..., javafx.base, .…
-
We should explore a new mechanism of loading our Mars maps and implement it in the next two versions of mars-sim.
I've just found leaflet, an open-source JavaScript library for creating interactive…