JMetro Version 11.6.8 And 8.6.8 Released
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: theBACKGROUND
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.
Published on Java Code Geeks with permission by Pedro Duque Vieira, partner at our JCG program. See the original article here: JMetro Version 11.6.8 And 8.6.8 Released Opinions expressed by Java Code Geeks contributors are their own. |