showOpenDialog

fun showOpenDialog(parentStage: Stage, callback: (File?) -> Unit)

Parameters

parentStage

Not currently used, but is intended to give an "owner" to the popup. However, later versions of Glok may support a non-native file open dialog as an OverlayStage within a RegularStage (either parentStage, or its ancestor).