Skip to content

Commit 57b9b72

Browse files
committed
Merge pull request #14 from andy1138/master
Update to README to show location of scaladocs (and to promote java7 branch)
2 parents 440d2eb + 4552a5e commit 57b9b72

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,30 @@ The library comprises three main packages:
2626

2727
- `scala.swing`: All widget classes and traits.
2828
- `scala.swing.event`: The event hierarchy.
29-
- `scala.swing.test`: A set of demos.
30-
29+
- `examples.swing`: A set of demos. ( in ./docs )
3130

32-
Notes:
31+
32+
ScalaDocs
33+
---
34+
35+
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)
36+
37+
Other version can be found at [http://www.scala-lang.org/documentation/api.html](http://www.scala-lang.org/documentation/api.html)
38+
39+
40+
Current Work
41+
---
42+
43+
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.
44+
45+
<br>
46+
47+
_Notes:_
3348

3449
- Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
50+
- 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)
51+
52+
53+
54+
55+

0 commit comments

Comments
 (0)