public interface Frame
extends javafx.event.EventTarget
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the window
|
void |
setClientArea(javafx.scene.Node node)
Set the client area node
|
void |
setTitle(java.lang.String title)
Set the title
|