mkpaz
mkpaz
Yes, that's correct. Table cells have a fixed height by default. To set any custom content other than string, the cell size must be reset. This should be specified explicitly...
I think it was fixed by [JDK-8313956](https://bugs.openjdk.org/browse/JDK-8313956).
Ikonli doesn't support `em`. I see you're already found the [issue](https://github.com/kordamp/ikonli/issues/150). There's not much I can do. I will add icon scaling and size support when/if it's fixed.
Sorry, I don't follow. There is indeed a bug in the calendar constructor, but it's not related to this issue. If I instantiate a calendar with null value, `getValue()` returns...
For example, when it comes to validation, it's important to know whether the user has selected something or not in order to provide more informative error messages. "You need to...
Sorry, I can't reproduce it. Neither in your app nor in the sampler.
Charts currently use the default JavaFX colors, I didn't change them. Theoretically, they should match selected theme, but it looks decent enough to my taste. Using some well-known palette for...
My 5 cents about concept. It's much harder to implement than it looks on the first sight. You need to implement UI to manage groups (CRUD), drag&drop between groups, counters,...
Good catch. I never checked how font icons look in the menu button popup. That should be tested.
```css .table-view { -color-cell-bg-selected: red; -color-cell-fg-selected: yellow; -color-cell-bg-selected-focused: green; -color-cell-fg-selected-focused: orange; } ```  You can find [all color variables](https://mkpaz.github.io/atlantafx/reference/controls/#data-iterators) in the doc.