Ron Smits
Ron Smits
Android SDK is installed and available with $ANDROID_HOME :)
We dont support the preloader class, but we could add that in the manifest. I'll play a bit with it
@ouaibsky what exactly do you mean when you see preloader? fxlauncher already has the option to override the loader screen using UIProvider (See https://github.com/edvin/fxlauncher-custom-ui for more information). If you use...
I will try this out tonight
fxlauncher is able to launch more then just javafx applications allthough it was intentionally meant for that. it seems that jaxb will always stay a seperate jar and the json...
A list in a properties file is usually stored as a comma seperated string. The advantage of using a property file over a packaged jaxb implementation is that in the...
However I dont know if json will be part of the standard JDK as it did not make it for jdk9. We could do an intermediate jdk9 release with either...
I have not been able to find a defiinitive stattement that jep 198 has made it or will make it into jdk 11. I dont know if other people have...
I think you need to give a bit more information about the build environment you are using: - what java version (openjdk, oracle, 8, 9, 11, 12) - what kotlin...
I was just playing with this and setting the thickness to 9.01 makes it possible ``` /* [parameters] */ outer_diameter = 19.7; height=1.1; depth=4.9; thickness=1.01; /* [Hidden] */ $fa=1; $fs=1.75/2;...