Hi!
I think, that the example program "SliderDemo.java" is incomplete:
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/classpath/classpath/examples/gnu/classpath/examples/swing/SliderDemo.java?rev=1.1&content-type=text/plain
For example, there are not icons included.
I have found a demo in a book, which you can find at:
http://user.web-gear.com/theuserbl/Sliders.zip
(unzip it, and start "SwingExample")
With Java5 and Java6 it looks like:
http://user.web-gear.com/theuserbl/Sliders.png
An other point is, that I think, that it would be nice, if all
example-programs in examples.zip becomes a demo-startplace.
I have created one at:
http://user.web-gear.com/theuserbl/examples.jar
The source code is included. But it is tinkered by using snippets and
code-examples from other programs. So the copyright of this program and the
program in Sliders.zip is unclear.
Be sure, that if your JVM is not called "java" to create a symlink in the
same directory where the JVM is.
For example
"ln -s $HOME/jamvm/bin/jamvm $HOME/jamvm/bin/java"
java and jamvm must be in the same directory in $JAVA_HOME/bin
Then you can try examples.jar by
"java -jar examples.jar"
I think, that somethink like this, would make it easyer to start the demo
programs.
It is easyer then input for every demo program
"java gnu.classpath.examples...."
An other point is about the JamVM:
I think, the property of java.vendor.url is wrong.
There stand "http://gnu.classpath.org"
But this side don't exists.
There existing only "http://www.classpath.org" and
"http://www.gnu.org/software/classpath/"
Greatings
theuserbl
_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath