nlisker
nlisker
If it solves the problem I don't see why it wouldn't be valid.
Should be added to #2021?
Here are 3 possible solutions: 1. Use icons like you do for the other 3. If it works there it will work here. What issues did you hit? Put the...
The first one that you drop into.
I'm getting the following error upon refreshing gradle: ``` FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\Nir\git\FXyz\FXyz-Samples\build.gradle' line: 58 * What went wrong: A problem occurred evaluating...
Looks like since Gradle 8 there's a new configuration needed: https://docs.gradle.org/8.3/userguide/toolchains.html#sub:download_repositories
No, I migrated everything to 17+. Do we want to rely on the user having JDK11? As I see it, it's another dependency to download like the rest of them....
Fixed in https://github.com/FXyz/FXyz/pull/199.
It is at all possible to split the image loaders from the desktop module into its own? I would think it will be useful for more than just JavaFX.
I'm missing the explanation in the proposal for why the API needs to be static methods called on nodes, and not have these methods on the nodes themselves. Instead of...