Package Components
Class PopUpWindow
- java.lang.Object
-
- Components.PopUpWindow
-
public final class PopUpWindow extends java.lang.Object
Class that creates an universal popup window
-
-
Field Summary
Fields Modifier and Type Field Description private javafx.scene.layout.HBox
DIALOG_HBOX
private javafx.scene.text.Text
DIALOG_TEXT
private javafx.scene.layout.VBox
DIALOG_VBOX
private javafx.stage.Stage
DIALOG_WINDOW
-
Constructor Summary
Constructors Constructor Description PopUpWindow(javafx.stage.Stage owner, double width, double height)
Constructor that takes in the width and height of the popup window
-
Method Summary
Modifier and Type Method Description javafx.scene.layout.HBox
getDialogHBox()
javafx.scene.text.Text
getDialogText()
javafx.scene.layout.VBox
getDialogVBox()
javafx.stage.Stage
getDialogWindow()
-