You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Reason for different versions can be found at [SI-3634](https://issues.scala-lang.org/browse/SI-3634)_
78
80
79
81
80
-
Notes:
81
82
82
-
- Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
83
+
ScalaDocs
84
+
---
85
+
86
+
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)
87
+
88
+
Other version can be found at [http://www.scala-lang.org/documentation/api.html](http://www.scala-lang.org/documentation/api.html)
89
+
90
+
91
+
Current Work
92
+
---
93
+
94
+
Current changes are being made on the **java7** branch. This is to mainly because of the EOL of java6 and the generification that happened between jdk6 and jdk7 requiring a difference in the source code. This class files are targeted at java6 and will run with all versions upwards.
95
+
96
+
<br>
97
+
98
+
_Notes:_
99
+
100
+
- Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
0 commit comments