We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440d2eb commit 8a32fc9Copy full SHA for 8a32fc9
README.md
@@ -27,8 +27,20 @@ The library comprises three main packages:
27
- `scala.swing`: All widget classes and traits.
28
- `scala.swing.event`: The event hierarchy.
29
- `scala.swing.test`: A set of demos.
30
-
31
32
-Notes:
+<br>
+
33
+ScalaDocs
34
+===
35
36
+Documentation for scala-swing included in 2.11.1 is can be found [here](http://www.scala-lang.org/api/2.11.1/scala-swing/#scala.swing.package)
37
38
+Other version can be found at [http://www.scala-lang.org/documentation/api.html](http://www.scala-lang.org/documentation/api.html)
39
40
41
+<br><br>
42
43
+_Notes:_
44
45
- Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
46
0 commit comments