![]() Graphic by Keith Ohlfs |
|
When you are doing the GraphicQuilt problem on Problem set 5, some of the lines in the drawPolygon method from the Graphics class don't get drawn in exactly the right place. This is a bug in the Java library and not necessarily in your code. The quilt may come out looking like some of the black lines are a little too fat, but that is OK. You can correct some of this by not drawing a black outline around each triangle but instead just drawing a black outline around the bounding square of the triangles (using g.drawRect(x,y, width, height)). You will not get a black line along the diagonals of the triangle that way, but this is OK for this problem set.
The reading assignments associated with problem set 5 are: Java First Contact, Review Ch's 7 & 8, Read Ch's 10, 16.4 & 16.5. I left them off the version of the problem set that was posted on Sunday, but they are there now.
The final version of Problem Set 5 is now available.
For those of you who cannot wait to start on the next assignment, a Preliminary version of Problem Set 5 is now available. There will be one more problem added to this assignment on Sunday, October 18.
Solutions to problem set 4 are now available.
The Solutions to problem set 2, and the Solutions to problem set 3 are available.
I forgot to hand out the code for TopDownWorld.java in Section 02 (11:10) today. If you want a copy and don't feel like printing it out yourself I will leave them outside my office (E106).
Problem set 4 is now available.
Problem Set 1 solutions are now available.
Problem Set 3 is now available.
A warning about PC-formatted floppy disks: Although the Macintosh can read PC-formatted disks, Symantec Cafe is confused by them. They will cause you all kinds of problems. If your disk has the letters "PC" on it when you insert it into a macintosh, it is a PC-formatted disk. You should either get a new disk that has a Mac format, or re-format your disk (make sure you save your files somewhere else first, because formatting erases the disk).
Problem Set 2 is now available.
The tutoring schedule is now available. You can see it below on this page. For now we have tutors scheduled for Sunday- Thursday, but due to scheduling conflicts we may have to switch to a Monday - Thursday schedule after a few weeks. There will be no tutor available on Wednesday of this week, but there will be in future weeks. Please start your assignment early so you can make use of the Monday and Tuesday evening tutors if you need them.
If you are having trouble logging into the Server using Fetch or finding Symantec Cafe on your computer, please read the CS111 FAQ page. It has a number of answers to Frequently Asked Questions. You can also find some helpful instructions on the documentation page.
Georgia Dome's web pages have been cleaned up to show the nested structure of the HTML code. Please use "View Page Source" to look at the source code for her lists page and her table page. When writing up your homework assignment, please try to use indentations to show the nesting of the tables and lists like Georgia Dome. Georgia Dome's web site is located at: http://cs111.wellesley.edu/~gdome.
Problem Set 1 is now available.