Skip to content

Instantly share code, notes, and snippets.

@shruti-basil-hs
Created December 22, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shruti-basil-hs/d859301b9596237d66da87c38dfcf920 to your computer and use it in GitHub Desktop.
Save shruti-basil-hs/d859301b9596237d66da87c38dfcf920 to your computer and use it in GitHub Desktop.
val w = Window()
with(w) {
setWidth(100)
setHeight(200)
setBackground(RED)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment