-
I just saw the well-thought-out code examples and documentation on the JFoenix website. I don't know how I haven't seen it until now. It's very helpful.
One thing that would be nice to have is anim…
-
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…
-
-
@Urwumpe , I came to know that there is a workaround to compile under openjfx 11 under linux. Could you elaborate on the workaround. Will need step-by-step instruction.
-
Hi!
Before I start, your library looks quite nice! I've been using JFoenix, but like you had to previously, I inevitably will have to switch to something else that is actually maintained. I've been…
-
**[Original report](https://bitbucket.org/controlsfx/controlsfx/issue/463) by Andreas Liebelt (Bitbucket: [aliebelt](https://bitbucket.org/aliebelt), GitHub: [aliebelt](https://github.com/aliebelt)).*…
-
It would be great if there is a method where you can set a duration speed of an animation like:
rippler.setInAnimationSpeed(Duration d);
or something like that :)
-
Hi,
I want to build my application OpenJFX13 with Spring Boot. The gradle Task jlink prints me this error log.
```
C:\Users\...\build\jlinkbase\tmpjars\de.dc.merged.module\module-info.java:1370…
-
When rendering in webrowser the ui freezes for a short time period if another client is connecting to the same application. You can reproduce it even with the official example:
https://demos.jpro.one…
-
Hi, I have used TableView in my project with setOnEditCommit I am using a Combobox to get opened with Custom class.How can I use the same with JFXTreeTableView.
This is my previous code.I want to ach…