Downloadables

Applet classesThe codebase for the applet. Download and run as an applet, if you feel the need to do so. The init() and run() are located at TrussManager.class. You may also want to download the associated html file.
Applet HTML sourceThe HTML file on this site; has the code for running the applet from a browser. Store the Classes.jar and the html file to the same folder, then just load up the html file into your browser.
You'll need to either right-click, control-click, or hold down on your mouse to download the source file (instead of loading it into your current browser).
TrussSource.ZIPThe fully-commented source files for the applet. If you're interested in Java programming or want to know more about the applet, look at these for a while.
This project took an enormous amount of work; I put the source code up for the sake of learning, not copying. Modify it for your own use, but do not redistribute.
Mac ApplicationThe application version, available for Mac OS. Includes several simple examples of truss files. The user response is excellent in this version.
TrussClasses.JarThe compiled classes for the application version. The main(String[] args) class is called TrussApp. This can either be compiled into an application specific to your operating system, or run directly from a command line prompt.