Skip to content

Commit e90328c

Browse files
committed
adds 'current work'
1 parent 8a32fc9 commit e90328c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,27 @@ The library comprises three main packages:
3131
<br>
3232

3333
ScalaDocs
34-
===
34+
---
3535

3636
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)
3737

3838
Other version can be found at [http://www.scala-lang.org/documentation/api.html](http://www.scala-lang.org/documentation/api.html)
3939

40+
<br><br>
41+
42+
Current Work
43+
---
44+
45+
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.
4046

4147
<br><br>
4248

4349
_Notes:_
4450

4551
- Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
52+
- The generification added to some java7 swing components make the course code incompatible between java6 and java7. This is not an issue with the generated .class files because of _Type Erasure_ will work across all versions of java from java6 upwards. See [Issue SI-3634](https://issues.scala-lang.org/browse/SI-3634)
53+
54+
55+
56+
4657

0 commit comments

Comments
 (0)