javafx.ui
Dialog
Extends: AbstractFrame
Attributes
- public border: Border
- private buttonpanel: javax.swing.JPanel
- public buttons: Button*
- public content: Widget
- public height: Number?
- private jdialog: javax.swing.JDialog
- public modal: Boolean?
- public onClose: function():*
- public owner: UIElement
- private p: javax.swing.JPanel
- public title: String
- public visible: Boolean
- public width: Number?
Operations/Functions
- public hide()
- public show()
- public showDialog(w: UIElement)