Adam Murphy's SE Page

JAVA Page

This page will have projects and programs that I have written plus other stuff related to JAVA. Everything was compiled using Sun's JAVA SDK 1.3. It can be found here. I have included the .java, .class, and any input files needed. The files can be used for anything except commercial products. I would like to get an email about any changes you would like to make to my code. There are other authors for some of the .java files and the same rules apply, email me and I can get in contact with that author for you. My email can be found on my personal page. Also read the "Readthis.txt" file that is included in the .zip file.


JAVA Projects & Programs


NameDescription
Shortest PathFinds the shortest path between two cities. Includes a roads file with distances.
WordSearchA wordsearch program that reads a list of words, finds them in a puzzle, and prints the results. Puzzle, wordlists, and answer files are included.
Heating SimMy first big GUI design. Its a simulation of heating a room by using user input. It uses threads to run different parts.
BattleshipA battleship game. Supoorts two diiferent computer AIs (3rd one is not working), player VS player on one machine. Read the instructions.