ControlsFX Dialogs Durchgestrichen

Weiss jemand wieso die Dialogs von ControlsFX in der neusten Version plötzlich durchgestrichen sind?

Ist wohl seit 8u40 deprecated,

https://blogs.oracle.com/thejavatutorials/entry/jdk_8u40_released

The Dialog class allows applications to create their own custom dialogs. In addition, an an Alert class is also provided, that extends Dialog, and provides support for a number of pre-built dialog types that can be easily shown to users to prompt for a response. See javafx.scene.control.Dialog, javafx.scene.control.Alert, javafx.scene.control.TextInputDialog, and javafx.scene.control.ChoiceDialog classes for more information.

JavaFX Dialog Example | Examples Java Code Geeks

Du würdest in dem Fall die JavaFX eigenen Dialogs benutzen?

Klaro, du willst doch eh nur einen Fehler anzeigen: new Alert(AlertType.ERROR); usw.

Ja genau…

Vielen Dank für die Hilfe