-
With plain CSS, I used to do it like this:
```
.progress-indicator .percentage {
-fx-fill: null;
}
```
I was expecting substructure CSS styles for `ProgressIndicator` to be similar to #676…
cilki updated
3 years ago
-
Gradle is rather slow. So it can be preferable to use the IntelliJ build and run system when possible, which is better integrated and less visually noisy. Unfortunately this doesn't work when using th…
-
Is there a list of ink implementations somewhere? I know there are integrations for Unity (of course), Javascript, Java, and I think a Lua one is being written. Are there any others?
It would be co…
-
In the Material Design Guidelines, a "_light theme_" and a "**dark theme**" are described. Many components remain unchanged regardless of theme (maybe they use the apps primary or secondary color inst…
-
Hi I am creating app with gradle. On intelij it works perfectly , hovewer after creating jar files letters like śćż and others that are coded in UTF 8 are not displayed correctly, alhough theoreticall…
-
I noticed in this project's README that you weren't sure about the DSL.
Well, what if we changed the DSL over to Android/Jetbrains Compose? It seems like fun idea because:
- Take advantage of th…
-
-
I am running PdfFXViewer.java with no modifications and it works fine. However, when I add something else to the BorderPane I can no longer get focus inside of the icepdf Panels. I tried both OpenJDK1…
-
hi
1. scene property from init() in view always return null
2. lifecyle for application (oncreate, ondestroy)
3. when using replaceWith for swicth views:
a) add onComplete(action: () -> Unit…
-
Use jib https://github.com/GoogleContainerTools/jib and Amazon Corretto Docker image as the base image https://hub.docker.com/_/amazoncorretto 8u232.
It might produce not the smallest resulting Do…