See: Description
Class | Description |
---|---|
DialogResult |
Specifies identifiers to indicate the return value of a message box.
|
FXMLDialogWrapper<ReturnType,Controller extends javafx.fxml.Initializable> |
Loads a dialog using the specified JavaFX fxml file.
|
LoginDialog |
Creates a Login Dialog for use to authenticate passwords.
|
MessageBox |
Displays message box with specified options.
|
MessageBoxButtonType |
Used to specify which buttons should be shown to users in the message box.
|
Enum | Description |
---|---|
MessageBoxButtons |
Used to specify what buttons are displayed on a message box.
|
MessageBoxDefaultButton |
Used to specify which button is selected by default on a message box.
|
MessageBoxIcon |
Used to specify which icon is displayed on a message box.
|
Contains JavaFX dialogs to use in your application.
Copyright © 2017–2018 J&G CompTech. All rights reserved.