Date Picker from JMetro 11.6.15

Hello,

This time a new release of JMetro. This new version features bug fixes, tweaks to visual styles, structural changes and changes to the way JMetro is distributed and published.

Read on for more details.

Version 11.6.15 details

As mentioned in a previous blog post. Version 8.x.x of JMetro which was intended to be used with Java 8 is now in maintenance mode and won’t feature any new updates from now on. If you do however require updates please consider sponsoring them.

The only version now is version 11.x.x which is meant for use with Java 9 and above (up until latest current Java version). It is being tested using the latest LTS Java release, which as of now is version 11.

This new release features some structural changes, changes to the way JMetro is distributed and published, bug fixes and tweaks to visual styles.

List of New Changes

  1. Changed build script to publish artifacts directly to Maven Central due to Bintray/JCenter shutdown;
  2. Changed branching structure: master now has version 11. Version 8 is on branch “jdk-8” which is in maintenance mode
  3. Fixes #181: MenuBar style bug in BorderPane
  4. Update gradle script to use snapshot repository url when publishing snapshots
    • Means snapshot JMetro versions will now be published between official version releases. These snapshots will be up-to-date with latest developments.
  5. Fixes #190: DatePicker – Week number cell in DARK style has wrong background color
  6. Fixes #174: TableView – Shouldn’t have hover effects when hovering over empty rows
  7. Remove deprecated automaticallyColorPanes property from JMetro class
  8. Fixes #196: ComboBox – incoherent selection color in Dark Style
  9. Fixes #198: TreeView – Empty rows show pressed background when pressed
  10. Update readme.md on repository:
    • add sample images;
    • remove outdated info;
    • organize things better and improve readability;

Future Releases

As mentioned in a previous blog post, a new project was created called FXSkins. FXSkins features a collection of new improved skins that you can use on your application right now, without changing a line of code. These new skins will improve the UX and UI of the controls you use from the standard JavaFX library or ControlsFX. FXSkins can be used with standard JavaFX theme Modena or any other theme that you’re using.

JMetro will, in the next release, start using FXSkins to provide new improved functionality. All skin code will be removed from the JMetro project.

Work on FXSkins is already undergoing. Github user Exopandora has recently submitted a pull request which fixes some bugs with textfield and passwordfield skin on Hi DPI screens. This PR also changes the UX a bit of these controls and their UI. This will also benefit JMetro once it starts using FXSkins.

Leave a Reply

Your email address will not be published. Required fields are marked *