Difference between revisions of "Matthew Pearson-Beck"
From WLCS
(→1st Quarter) |
(→1st Quarter) |
||
| Line 12: | Line 12: | ||
<font size=1>1. Research in detail the structure of nodes in Java. | <font size=1>1. Research in detail the structure of nodes in Java. | ||
DUE: 9/17 | DUE: 9/17 | ||
| + | DONE | ||
2. Complete 2D Graphics Tutorial. | 2. Complete 2D Graphics Tutorial. | ||
DUE: 9/27 | DUE: 9/27 | ||
| + | DONE | ||
3. Finish research, in its entirety, to make it possible to graphically represent nodes. | 3. Finish research, in its entirety, to make it possible to graphically represent nodes. | ||
| − | + | DUE: 10/1 | |
| + | DONE | ||
4. Graphically represent a single empty node. | 4. Graphically represent a single empty node. | ||
DUE: 10/5 | DUE: 10/5 | ||
| + | DONE | ||
5. Graphically link together empty nodes. | 5. Graphically link together empty nodes. | ||
DUE: 10/12 | DUE: 10/12 | ||
| + | DONE | ||
6. Control the layout of nodes based on the dimensions of the window they are in. | 6. Control the layout of nodes based on the dimensions of the window they are in. | ||
DUE: 10/14 | DUE: 10/14 | ||
| + | DONE | ||
7. Graphically link together a set of empty nodes within the bounds of the window. | 7. Graphically link together a set of empty nodes within the bounds of the window. | ||
DUE: 10/18 | DUE: 10/18 | ||
| + | DONE | ||
8. Graphically display the information a node contains. | 8. Graphically display the information a node contains. | ||
DUE: 10/22 | DUE: 10/22 | ||
| + | DONE | ||
9. Graphically display a given set of nodes, including the data they contain, inside the bounds of the window. | 9. Graphically display a given set of nodes, including the data they contain, inside the bounds of the window. | ||
DUE: 10/28 | DUE: 10/28 | ||
| + | DONE | ||
10. Organize all methods into a file that can be used to illustrate how nodes work. This file can be used by any student as they create their own nodes. | 10. Organize all methods into a file that can be used to illustrate how nodes work. This file can be used by any student as they create their own nodes. | ||
| − | DUE: 11/1</font> | + | DUE: 11/1 |
| + | DONE</font> | ||
== 2nd Quarter == | == 2nd Quarter == | ||
== 3rd Quarter == | == 3rd Quarter == | ||
== 4th Quarter == | == 4th Quarter == | ||
Revision as of 08:17, 4 November 2010
1st Quarter
Description
Create a class in Java that diagrams the formation and structure of Nodes, as they are created. Used to help introduce Nodes to students learning Java.
Resources
http://zetcode.com/tutorials/java2dtutorial/
http://www.sourcecodesworld.com/articles/java/java-data-structures/Nodes.asp
http://www.vias.org/javacourse/chap14_02.html
Goal List
1. Research in detail the structure of nodes in Java.
DUE: 9/17
DONE
2. Complete 2D Graphics Tutorial.
DUE: 9/27
DONE
3. Finish research, in its entirety, to make it possible to graphically represent nodes.
DUE: 10/1
DONE
4. Graphically represent a single empty node.
DUE: 10/5
DONE
5. Graphically link together empty nodes.
DUE: 10/12
DONE
6. Control the layout of nodes based on the dimensions of the window they are in.
DUE: 10/14
DONE
7. Graphically link together a set of empty nodes within the bounds of the window.
DUE: 10/18
DONE
8. Graphically display the information a node contains.
DUE: 10/22
DONE
9. Graphically display a given set of nodes, including the data they contain, inside the bounds of the window.
DUE: 10/28
DONE
10. Organize all methods into a file that can be used to illustrate how nodes work. This file can be used by any student as they create their own nodes.
DUE: 11/1
DONE