Progress
9/19/02 Completed Purposal
10/10/02 Basic Layout of This Web Page
10/21/02 Consept design for the graph and matrix structure
10/22/02 Created the graph class, the vertex class and the matrixvalue class
11/3/02 Started the Matrix class
11/9/02 Created node class, linkedList class, and started the Test class
11/13/02 Completed the Matrix class, worked more on the Test class
12/4/02 Worked on Test class, LinkedList class,and node class; completed MatrixToLinkedList class;
started MatrixToGraph class
2/4/03 Desided on Complete Graph structure and Completed Progress Purposal
2/18/03 Decided i am going to have to spent 3-5hrs 4 nights a week from now on to finish my project
2/19/03 Finally progressing in drawing the graph by painting the vertices of the complete graph
current progress [make sure to use netscape and remember it doesnt do anything yet its function is just for structure]
2/20/03 Realized that i was going to have to reformat my entire applet which will cause another delay in my project
2/21/03 Temporally changed the applet to jpanel for a more efficient testing
2/23/03 Changed the 5 text fields into a text field array for up to SIZE variable
2/25/03 Studied panel layouts and repaneled the program so that it was easier for the user
2/26/03 Worked on useing the text field arrays to properly inut infomation from the matrix
2/27/03 Discovered how to draw on a panel and started drawingPanel.java
3/2/03 Prepared drawingPanel to allow the size of the matrix on the test applet to decide hom many vetices to produce
3/4/03 Changed my original design for the complete matrix for an easier edge set
3/5/03 Created an array in the drawingPanel and created classes to allow other programs to set array values
3/6/03 Started creating the edges on the drawing panel
3/9/03 Allows the user to have comeplete control over 16 vertices and there edges
3/10/03 Allows the user to have comeplete control over all 20 vertices and there edges
3/11/03 The matrix information is properly inputed into the Matrix class
Main Page