Daytron / SimpleDialogFX

Lightweight dialog API for JavaFX.
https://daytron.github.io/SimpleDialogFX/
MIT License
21 stars 2 forks source link

Make header optional #17

Closed Daytron closed 9 years ago

Daytron commented 9 years ago

Without creating new Fxml, devs can remove header on the fly either via constructors or method resulting to a more simplistic approach to dialogs

Notes:

Daytron commented 9 years ago

Added headless feature with this commit: 8d87cc271eb805fc5e2eaae1583b7978175a14a8

A headless dialog is achieved by using the DialogStyle option, HEADLESS in the constructor. headlessvshead