View Single Post
Old Jul 11th, 2005, 11:13 AM   #2
skuinders
Hobbyist Programmer
 
skuinders's Avatar
 
Join Date: Jun 2005
Location: MA, US
Posts: 204
Rep Power: 4 skuinders is on a distinguished road
that is an applet, you don't run it from the command line. you need to run it in a web browser or applet viewer... make an html file that references the applet like this:
<applet code="Applet.class" width="200" height="200"/>
and open it in your browser.
__________________
"A stupid man's report of what a clever man says can never be accurate, because he unconciously translates what he hears into something he can understand."
- B. Russell

http://web.bryant.edu/~srk2

Last edited by skuinders; Jul 11th, 2005 at 11:25 AM.
skuinders is offline   Reply With Quote