How To Modify Visual X-TOY SOME OF THIS INFO IS OBSOLUTE - USE THE MAKEFILE INSTEAD To change the source: 1) Modify the java files in project/src/ 2) If you've created/deleted a package make sure to modify the recompileToy script accordingly (there weill be #-delimited comments which will point out commands which must be modified) 3) Execute the recompileToy script To change the images: 1) Modify the image files in project/src/toy/image/ 2) Execute the recompileToy script To change the examples: 1) Modify the example files in project/examples/ 2) Modify the fileList parameter in project/param.ini 3) Execute the recompileToy script To change the starting settings of the application: 1) Modify project/param.ini 2) Execute the recompileToy script To change the starting settings of the applet: 1) Modify the tags in site/toy2.html