Skip to content

Instantly share code, notes, and snippets.

@jacks0n9
Last active April 14, 2021 15:18
Show Gist options
  • Save jacks0n9/32700eecfc40bcc17e266092fff49c84 to your computer and use it in GitHub Desktop.
Save jacks0n9/32700eecfc40bcc17e266092fff49c84 to your computer and use it in GitHub Desktop.
package com.jacks0n9
import javax.swing.*
fun main(){
val frame = JFrame()
frame.isVisible=true
frame.setSize(300,300)
frame.defaultCloseOperation=JFrame.EXIT_ON_CLOSE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment