Skip to content

FXFileChooser 0.0.8

Compare
Choose a tag to compare
@Oliver-Loeffler Oliver-Loeffler released this 22 Dec 11:51
· 236 commits to master since this release

What's Changed

Bug fixes

  • Resizing the net.raumzeitfalle.fx.filechooser.FXFileChooserDialog works now as intended. Sizing below minimum width and minimum height is no longer possible.
  • The Dark Mode CSS for net.raumzeitfalle.fx.filechooser.FXFileChooserDialog is now properly resolved and loaded hence dialog is now properly rendered.

Release details:

The new artifact is available at https://search.maven.org.

<dependency>
   <groupId>net.raumzeitfalle.fx</groupId>
   <artifactId>filechooser</artifactId>
   <version>0.0.8</version>
</dependency>