JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

Window - apply default JavaFX Stylesheets #84

Closed jhulick closed 7 years ago

jhulick commented 7 years ago

I'm finding it difficult to apply default JavaFX (Modena, Caspian) styles to the themable Window component. Is there a simply way to do this through the Window API, or by extension? I would prefer not to build out my own styles from scratch. Thanks in advance.

tbee commented 7 years ago

I'm not sure the original author is still providing support. I've asked him.

miho commented 7 years ago

The window component was optimized for custom styles. Currently, there's no direct way to accomplish that. You have to define a custom style. But in your CSS you can derive colors etc. from Modena/Caspian.

tbee commented 7 years ago

Closed due to inactivity