invoke

abstract operator fun invoke(frameLess: Boolean = false, builder: Window.() -> Unit = {}): Window(source)

Creates and shows a new window.

Return

the new window

Parameters

frameLess

indicates whether the window has chrome (see Window.decorated).

builder

to configure the resulting window.