
Hope You have a great time looking around the net
If you wish to contact me please do not hesitate to email me:
dmoulder@gmail.com
I am studying a Master of Computing by Research and working for Dr. David Squire on the Research Information Database.
Recent Publications
The HTML version of my honours thesis is
here.
You can find the implementation for my honours protype
here.
On Building an Effective Measurement System for OO Software Process, Product and Resource Tracking.
S. Ramakrishnan, T. Menzies, M. Hasslinger, P. Bok, H. McCarthy, B. Devakadadcham, D. Moulder, Monash University and University of New South Wales.
Tools Pacific (Melbourne Australia)
1996
Java Stuff
Note: Last Updated 9/5/01
When you use swing, install it in the C Drive and set the classpath to:
set CLASSPATH=.;c:\jdk1.2.2\lib\tools.jar;c:\jdk1.2.2\lib\dt.jar
Set the path to the Java Binaries if this has not been done already:
set PATH=%PATH%;c:\jdk1.2.2\bin
UML Simple Example is
here.
UML Documentation is
here.
SportsServer GridBagLayout for swing is
here.
The WinExit.java file for the SportsServer.java file is
here.
Evince for zaurus is
here.
Note socket functionalty removed but all the gui code you will need for a skeleton is here. Have a look at vector test to examine how Vector's work:
VectorTest.java.
Html javadoc output is
here.
New swing componant test is
here.
Swing 1.1 is
here.
Chatlet example is
here.
Multi Platform Path example is
here.
Reading and writing from at text file in java 1.1.x is
here.
ODBC Exercise can be found
here.
Scope
Protected methods variables can only be accesed from the class and any subclasses. Friend methods and variables can be accessed from subclasses, the class AND from any classes in the same package.
A good scrollable Canvas
PicImage.java