Standard Dialogs

For most simple modal dialogs, the DialogFactory can be used to create some standard dialogs. If your dialog should not be based on a stage/window, then add Internal after show. For example, showInfo changes to showInternalInfo. In this case your dialog will appear on top of the provided region. If you do not want the stage based dialog to be modal, then simply call the createInfo method and set the modality of the dialog to Modality.NONE.

See also

Standard Dialog Customization
Custom Dialog
Confirm Dialog CSS Reference
Details Dialog CSS Reference
Error Dialog CSS Reference
Info Dialog CSS Reference
Input Dialog CSS Reference
Login Dialog CSS Reference
Root Pane CSS Reference
Warning Dialog CSS Reference