added an initial spike of a swing library for kotlin to help create swing UIs using nice kotlin builder syntax

This commit is contained in:
James Strachan
2012-04-05 13:02:52 +01:00
parent ed8836d170
commit 698c6cc7bc
9 changed files with 330 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
## Kotlin Swing
The Kotlin Swing library provides some helper functions and extensions for creating Swing user interfaces.
To try the sample run
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