Example Applet Test Page



Below is the example applet. Note that if the applet is not appearing, make sure that the CODEBASE of the applet is correct for the directory that you are trying to run this test page from. Right now, the CODEBASE is set to load the class files from the current directory (CODEBASE="./").





And here is an example shopping cart applet so that you can test that the example applet is adding items to the shopping cart. Again, Note that if the applet is not appearing, make sure that the CODEBASE of the applet is correct for the directory that you are trying to run this test page from. Right now, the CODEBASE is set to load the class files from the current directory (CODEBASE="./").