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

Change style to look like a dialog #25

Closed Woolworths closed 8 years ago

Woolworths commented 9 years ago

is there anyway to make the window look like a dialog (StageStyle.UTILITY)?

miho commented 9 years ago

The JFXtras window implementation does not provide that functionailty. But you can style it via css.

tbee commented 8 years ago

Closed because of inactivity