javafx.ui

Window

Extends: AbstractFrame

Attributes

public content: Widget
public disposeOnClose: Boolean
public frame: javax.swing.JWindow
public height: Number?
public iconImage: Image?
public menubar: MenuBar?
public onClose: function():*
public owner: UIElement?
public resizable: Boolean
public screenx: Number
public screeny: Number
public title: String
public undecorated: Boolean
public visible: Boolean
public width: Number?

Attributes Inherited from javafx.ui.AbstractFrame

win

Attributes Inherited from javafx.ui.UIElement

lookAndFeel

Operations/Functions

public function():javafx.ui.Window(): Window
public hide()
public pack()
public setContentPane(w: Widget)
public show()
public showDialog(d: Dialog)

Operations/Functions Inherited from javafx.ui.UIElement

getWindow