klyn.gui.windows.Dialog.Dialog
constructor
public Dialog(title as String = ""):
Description

Creates an empty dialog window.

Parameters
ParameterDescription
titleText displayed in the native or Klyn window frame.
Example
dialog = Dialog("Open project")