MaterialFX
MaterialFX copied to clipboard
A library of material components for JavaFX
**Describe the bug** MFXGenericDialogBuilder does not pick the styles -fx-border-color and -fx-border-width. **To Reproduce** Create a general dialog like MFXGenericDialogBuilder.build() .setHeaderText(LABEL_ADD_WALLET_DIALOG_TITLE) .setContent(new EasyWalletFXMLLoader().loadAddWalletDialogContent()) .setShowClose(false) .setShowAlwaysOnTop(false) .setShowMinimize(false) .get() And make sure...
JavaFx has `listView.getSelectionModel().getSelectedIndex()`, but MaterialFX doesn't have, could it provide getSelectedIndex method? I tried that `listView.getSelectionModel().getSelectedValues().get(0)` can do, but it seems strange to write like this
MFXSlider css not applied if using as style class Steps to reproduce the behavior: 1. Create MFXSlider 2. Create css file for example .mfx-slider .track{ -fx-fill: red; } or as...
**Describe the bug** It seems MFXDialog is displaced at first, and then suddenly moved to its final position. I am able to reproduce it consistently with the demo application. After...
Playing around with the input controls I have noticed some minor issues: - For all MFXTextField based controls Pressing TAB to focus traverse between controls works correctly, but pressing Shift+TAB...
Dose this library support change main color in css or code? If we can change the main color in every nodes css file only,it will pay so much of time...
1. Columns resizing policy missing - should be constrained/unconstrained (like the simple tableview) because of missing resizing policy columns will not fit for resizing apps 2. There is an issue...
Wrapped WeakHashMap values in **When** class with WeakReferences
FilterComboBox doesn`t show the items on first opening if the items list contains only 1 item.
…iltered combo. Fixes #177