Easy intro to simple Java graphics
Example1.bat:
javac -source 1.2 -target 1.1 -classpath . Example1.java
appletviewer Example1.html
Example1.html:
<center>
<applet code=Example1.class width=500 height=500>
</applet>
</center>
Simple examples of graphical java applets:
You will also need to fetch support class
BufferedApplet.java
Assignment:
- Make your own web page for this class - email me the link.
- Put up your own original graphical applet. Create something fun and interactive!