SyntheticaFX Dialogs

SyntheticaFX has it's own dialog API to support custom window decoration, internal dialogs and content loading through CSS. Some standard dialogs are already implemented, they are based on FXML and can be easily customized. For your own dialogs it's recommended to use the SceneBuilder tool. The FXML file will be bound to a style class through a CSS property. FxmlContentLoader enables you to create the dialog by it's style class. A special pseudo class can be used to support different layouts for different operation systems.

Dialogs