JAC's Java Applets
Red shows beta-test code version date.
Reload the HTML file to check current version and exit browser
if needed to be sure you have current one if you have used an
old version.
Some comments for when you might have
problems with an applet of mine.
Getting started?
-
It all starts at
Javasoft,
where you can download the
Java Development Kit
or access the
documentation
(which includes the full API cods and code examples for each version).
-
I use the
JDK 1.1 Core API Specification a lot.
-
The book
Java in a Nutshell
was recommended to me by a CS faculty member, and I find it a very
useful reference. It assumes you know C, but includes a compact
reference manual to supplement the on-line interactive documentation
and covers the GUI parts very well. That site also provides access
to their examples, whether you own the book or not -- although
some will not make sense without the book.
-
This
VisAD class library shows what can be done.
Other Java resources for Physics: