Code Hints

Java Code

Some questions have arisen about how to combine different sources of java code into an applet or application. Here is a posting from Tyson that may be helpful:

OK, you need to put the DataSet.java file in with the other graph class
files and recompile all the graph package together, at the same time or it
doesn't work. You do that on odin and turing by "javac *.java".
 
Put ValueControl.java in with the applet file and compile it.  I think you
actually have to split up the two classes contained in this file.
 
Compile ExpNumberFormat.java in the same folder as your applet file.
 
Compile RunnableApplet.java.
 
That should do it.  It also helps to have the html page that houses the
applet set to house an applet of 700 X 600 pixels.  You can change this
later.