Desktop Java

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:

  1. TableView, TreeTableView: When in cell selection mode, hover effect happens on Cells. When in row selection mode, hover effect are on the whole row.
  2. 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.
  3. “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.

Pedro Duque Vieira

JavaFX and Swing, Freelancer and Consultant specialized in creating User Interfaces. Has been working as a front end consultant and has been developing web, native and cross platform since 2006. Holder of a master degree in Computer Science, he's permanently studying and taking courses in User Interface Design and User Experience. Owner of the software company Pixel Duke.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button