A Modern JavaFX Theme: JMetro | Pedro Duque Vieira @ JFX Days 2020

preview_player
Показать описание
JMetro is an open source theme for JavaFX. A JavaFX theme inspired by Microsoft Fluent Design. It is being used on production ready applications, some notable examples include the famous NASA’s Deep Space Trajectory Explorer application, NASA’s TODV, etc. Besides changing the appearance of controls, it also changes their behavior, with the addition of new functionality (through the skins API). All of this is done without the developer having to change anything in his code. This talk will focus on what is JMetro, how to use it and notable examples of applications using it.

This session by Pedro Duque Vieira has been recorded at JFX Days 2020.
Рекомендации по теме
Комментарии
Автор

Looks great but the docs aren't clear on how to use with Jave 11 and Maven. Even after adding the dependency, I can't find the references required for JMetro.

astantine
Автор

After adding Jmetro jar to NetBeans project and adding those 2 lines of code, it gives "class file has wrong version 55.0, should be 52.0" error, which looks like a version error, any soln plz?

calmness_world