Alessadro Parisi
Alessadro Parisi
It appears the application hangs indefinitely on this line of code: [FXTrayIcon](https://github.com/dustinkredmond/FXTrayIcon/blob/112bd07256ba93df8bb9650b5f8e5a0a19dbd5fa/src/main/java/com/dustinredmond/fxtrayicon/FXTrayIcon.java#L197) Edit: Wrapping the icon instantiation and show in a SwingUtilities.invokeLater seems to fix the issue but the icon...
This change allows custom control to change their style dynamically When the user-agent stylesheet changes the property automatically calls `NodeHelper.reapplyCSS(Region.this);` to recompute the CSS for the node and its children....
There are no zip files generated in my build dir after jlinkZip The configuration is this: ```gradle jlink { options = ['--compress', '2', '--no-header-files', '--no-man-pages'] launcher { mainClass = "io.github.palexdev.materialfx.demo.Demo"...
Is there a way to position the cells manually? I'm trying to create a tree structure. In a tree structure the children of a node are positioned slightly to the...
Is there a way for custom controls to inform SceneBuilder that some properties should be initialized with certain values? If not, wouldn't it be a great feature? We could use...
### Discussed in https://github.com/palexdev/MaterialFX/discussions/242 Originally posted by **Keiinmal** August 30, 2022 Hey, I need to work with a MFXComboBox but appearently it always only shows 3 rows. Normally it would...
Login
Google Login is disabled. Unverified app 
It seems like with small changes to `getUniverseSlow` everything works fine while also avoid using reflection, which can be troublesome for GraalVM native images
I'm trying to build an app with JavaFX and [markdown-javafx-renderer](https://github.com/JPro-one/markdown-javafx-renderer) (which uses flexmark) using GraalVM. I can successfully build the image but at runtime the app crashes with the following...
Make Playwright finally easy to use in modular projects This will also require the update of workflows to use at least JDK11 @yuri-s This PR is the right one, fixes...