public class AlertWindowController extends Object
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.Button |
actionButton |
javafx.scene.control.Button |
cancelButton |
javafx.scene.control.Label |
detailsLabel |
javafx.scene.control.Label |
messageLabel |
javafx.scene.control.Button |
okButton |
| Constructor and Description |
|---|
AlertWindowController() |
| Modifier and Type | Method and Description |
|---|---|
void |
crashAlert(javafx.stage.Stage stage,
String crashMessage)
Initialize this alert dialog for information about a crash.
|
void |
informational(javafx.stage.Stage stage,
String message,
String details)
Initialize this alert for general information: OK button only, nothing happens on dismissal.
|
public javafx.scene.control.Label messageLabel
public javafx.scene.control.Label detailsLabel
public javafx.scene.control.Button okButton
public javafx.scene.control.Button cancelButton
public javafx.scene.control.Button actionButton
public void crashAlert(javafx.stage.Stage stage,
String crashMessage)
Copyright © 2016. All rights reserved.