<<< Sample Code for Week One | Index | Swing vs. JFC >>> |
Once CIS-75 configuration paremeters are taken care of, navigate to the source subdirectory:
C:\CIS75\Source
Each sample contains Java files and batch files to execute the following tasks:
_clean.bat...........Delete previously compiled class files _compile.bat.........Compile Java source files _javadoc.bat.........Generate javadocs _run.bat.............Run the application _trace_insert.bat....Insert trace statements into the source code _trace_display.bat...Display sequence diagram generated by the trace
Double-click on any batch file to execute the corresponding action.
<<< Sample Code for Week One | Index | Swing vs. JFC >>> |