Package Components
Class PopUpWindow
- java.lang.Object
-
- Components.PopUpWindow
-
public final class PopUpWindow extends java.lang.ObjectClass that creates an universal popup window
-
-
Field Summary
Fields Modifier and Type Field Description private javafx.scene.layout.HBoxDIALOG_HBOXprivate javafx.scene.text.TextDIALOG_TEXTprivate javafx.scene.layout.VBoxDIALOG_VBOXprivate javafx.stage.StageDIALOG_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.HBoxgetDialogHBox()javafx.scene.text.TextgetDialogText()javafx.scene.layout.VBoxgetDialogVBox()javafx.stage.StagegetDialogWindow()
-