Skip to content

Instantly share code, notes, and snippets.

@iamcrypticcoder
Created March 29, 2018 10:00
Show Gist options
  • Save iamcrypticcoder/064bd5a3a4f2c9c2d5d104a01fed5fb4 to your computer and use it in GitHub Desktop.
Save iamcrypticcoder/064bd5a3a4f2c9c2d5d104a01fed5fb4 to your computer and use it in GitHub Desktop.
let guiBuilder: GUIBuilder = GUIBuilder(platform: "Windows")
let window: Window = guiBuilder.buildWindow()
window.setTitle("Mahbub")
window.show()
let button: Button = guiBuilder.buildButton()
button.setTitle("Connect")
button.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment