Okay,
I've created a simple menu navigation
applet for my homepage. It is entitled ButtonMenu.java, and after I compile it, I can view it in the appletviewer fine, but it won't appear in IE5 or Netscape. Down on the status bar it says Load: Class ButtonMenu not found.
I wondered if this has something to do with my event handling. I used an anonymous inner class for each JButton, and as a result I get five .class files when I compile it. If anyone knows why this applet works in the appletviewer, but not in a web browser, please let me know.
Thanks,
Sean