NYCJava.net Main Page

About NYCJava.net JUG

Java Study Groups:
Java Mobile
SCJP 6 (Programmer Cert.)
Design Patterns
SCEA 5 (Architect Cert.)
Java Enterprise Study Group


Sponsor of the Skylight1
open source project
Location Sponsor:
http://www.nycjava.net/JSPWiki/pace.jpg

A member SIG of
http://nypc.org

Sponsor of the
NYC Java Meetup
http://www.nycjava.net/JSPWiki/meetup.png

help support NYC Java:
http://cafepress.com/nycjava
http://www.nycjava.net/JSPWiki/mug.jpg http://www.nycjava.net/JSPWiki/tshirt.jpg

Special thanks to:
Sun Microsystems
Prentice Hall
O'Reilly
JetBrains
Apress
and NYPC!

Book Reviews
Articles
Java Links
Java Jobs
Humor
About Duke
System Info

Find pages
About this Wiki
Wiki Quick Start
WikiEtiquette
Set your name in
UserPreferences



[RSS]

About Duke


Difference between version 26 and version 7:
At line 1 changed 1 line.
The character in the upper right left corner is the Java mascot, "Duke" (open sourced by Sun).\\
The character in the upper left corner is the Java mascot, "Duke" (open sourced by Sun Microsystems).\\
At line 3 changed 4 lines.
The code is derived from a Java 1.1 animation example (over 10 years ago) and compiled in Java 6 as follows:\\
javac -target 1.1 -source 1.2 Duke.java ''(so that it can still work on most JVMs)''\\
\\
This Java applet recalls the earliest (and probably first) example of a Java applet in a browser with the following modifications:\\
This Java applet recalls the earliest (and probably first) example of a Java applet in a web browser with the following modifications:\\
At line 8 changed 2 lines.
* you can doodle on him (but cleared with the animation).
* if you right click you'll get a message
* you can doodle on him (but cleared with the animation) - not on Mac OS X for some reason (anyone?)
* if you right click (or command-click) you'll get a special message (arguable security issue?)
At line 11 changed 1 line.
The code is derived from a Java 1.1 animation example and compiled using\\
Java 6 as follows (so that it can still work on most JVMs):\\
\\
__{{javac -target 1.1 -source 1.2 Duke.java}}\\__
\\
[Duke.java|http://www.nycjava.net/JSPWiki/Duke.java]\\
\\
Duke.gif:\\
[http://www.nycjava.net/JSPWiki/Duke.gif]\\
\\

Back to About Duke, or to the Page History.