MaterialFX
MaterialFX copied to clipboard
A library of material components for JavaFX
**Describe the bug** I'm using simple MFXComboBox. Nothing fancy. Basic usage. Sometimes the first render of openeded popup has wrong size. Have anyone had similar situation? Here I attach image...
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...
**Describe the bug** ```MFXTreeView's``` ```MFXTreeItem``` Chevron(Arrow icon) doesn't show well when ```MFXTreeView.setShowRoot(false)``` is set **[MRE] ``` public class MREApplication extends Application { @Override public void start(Stage stage) throws IOException {...
### Issue Description A `IndexOutOfBoundsException` is thrown when using MFXDatePicker ### Steps to Reproduce 1)Create a JavaFX application with an MFXDatePicker 2)Then just try to change the month or year...
### Issue Description There is a `NullPointerException` (NPE) thrown when changing the text of an `MFXTextField` to null. This issue occurs due to missing null checks in the listeners within...
**Describe the bug** MFXTableView does not seem to be correctly sized when created. Startnig a scroll action, it resizes correctly (see attached video). **[MRE](https://bit.ly/3k5gTJf)(Minimal Reproducible Example)** **TableMain.fmxl** ``` ``` **TableMain.java**...
**Describe the bug** **FXML** ``` ``` In the controller I am addign the columns as: ``` MFXTableColumn whenColumn = new MFXTableColumn("when", false, Comparator.comparing(Transaction::getWhen)); MFXTableColumn amountColumn = new MFXTableColumn("amount", false, Comparator.comparing(Transaction::getAmount));...
Hi, I'm using MaterialFX (11.13.5) for my JavaFX project at the moment and I want to modify the MFXFilterPane like changing the colors, fonts, text... of the combobox, button, textfield,...