Created
March 29, 2018 10:00
-
-
Save iamcrypticcoder/064bd5a3a4f2c9c2d5d104a01fed5fb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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