Class ModalBox

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.layout.Pane
javafx.scene.layout.AnchorPane
atlantafx.base.layout.ModalBox
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget

public class ModalBox extends javafx.scene.layout.AnchorPane
A specialized control (or layout) designed to hold the ModalPane dialog content. It includes the close button out-of-the-box and allows for the addition of arbitrary children.

The ModalBox is derived from the AnchorPane, so it inherits the same API. Just be sure that you haven't removed the close button while using it.