blob: 6fb1a0aa3c22cd919ed024e35406c9e1ee50dd0e [file] [log] [blame] [view] [edit]
## Kotlin Swing
The Kotlin Swing library provides some helper functions and extensions for creating Swing user interfaces.
To try the sample run
cd kotlin/libraries/kotlin-swing
mvn test -Pui
Or browse the [source of the sample](https://github.com/JetBrains/kotlin/blob/master/libraries/kotlin-swing/src/test/kotlin/test/kotlin/swing/SwingSample.kt)
to see the kinds of features available