Another release, this time a shorter update.
Writing documentation and blog posts is a bit of a bummer, but I thought I had to update the documentation since it’s been about a year or more since it hasn’t been updated. So for this release I also focused on that. Here’s the link: Javafx Theme JMetro page.
The documentation page has been completely reviewed and rewritten. I think if you work with JMetro you should check it out as there are probably some things you are not aware of.
As for the new version here’s what’s new:
- TableView, TreeTableView: When in cell selection mode, hover effect happens on Cells. When in row selection mode, hover effect are on the whole row.
- Added
JMetroStyleClass
Class. This Class has constants (and some helper methods) for the styleclasses that you can use in JMetro. Examples are: the BACKGROUND
styleclass which is essential when using JMetro, a styleclasses for changing the TabPane to a different style from the standard JMetro style, etc. - “Light” style for MenuButton and SplitMenuButton. This is a style that when
JMetroStyleClass.LIGHT
styleclass is added to these controls, the controls look less prominent and more integrated into their container.