All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.controlsfx.dialog.dialogs.css Maven / Gradle / Ivy

Go to download

High quality UI controls and other tools to complement the core JavaFX distribution

There is a newer version: 11.2.1
Show newest version
.progress-dialog.dialog-pane {
    -fx-graphic: url("dialog-information.png");
}

.font-selector-dialog.dialog-pane,
.login-dialog.dialog-pane,
.command-links-dialog.dialog-pane {
    -fx-graphic: url("dialog-confirm.png");
}

.exception-dialog.dialog-pane {
    -fx-graphic: url("dialog-error.png");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy