Wires the owning application. Package-private; called by Application#launch(Application). @param owner application driving this window
(final Application owner)
| 29 | * @param owner application driving this window |
| 30 | */ |
| 31 | final void setOwner(final Application owner) { |
| 32 | this.owner = owner; |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Initializes the window and its platform/renderer backends. |