ROGERS CADENHEAD
My Weblog
Workbench
My Java Books
Teach Yourself Java 6 in 21 Days
Teach Yourself Programming with Java in 24 Hours, Fourth Edition
Teach Yourself Java 2 in 21 Days, Fourth Edition
Teach Yourself Java 2 in 21 Days Pro Reference Edition, Third Edition
Teach Yourself Java 2 in 24 Hours, Third Edition
My Weblogging Books
Movable Type 3 Bible Desktop Edition
Radio UserLand Kick Start
My Internet Books
Teach Yourself FrontPage 2003 in 24 Hours
|
Day 7: Writing Java Applets
Notes and Corrections
Source Files
Reader Questions
- Question: The Watch applet compiles just fine and I can see the
working program with appletviewer, but none of my browsers is able to
show the applet. Do you have any idea what's wrong? --M.L.
Answer: The Watch applet is written using Java 2 techniques, so it won't
be able to run in a Web browser that doesn't support Java 2. At present,
none of the major browser developers offers built-in support for this
version of the Java language. The Java Plug-in section of Day 7 describes
how support for Java 2 applets can be added to current browsers.
Activities
|