CIT 590 Previous Announcements
Spring 2009, David Matuszek
| Date | Announcements | ||
|---|---|---|---|
| May 6, 2009 | The following have been posted: DavesSudokuModelTest.java and DavesTranslatorTest.java. | ||
| April 21, 2009 | Correction: The Also, please note that the Finally, this assignment asks you to use |
||
| April 16, 2009 | Because some people are not getting the expected |
||
| April 14, 2009 | In lab, I was uncertain whether text areas would automatically become scrollable when you added enough text to them. The answer is, To make a |
||
| April 9, 2009 | I've posted some of my code, for Hammurabi.java, ArrayOperations.java, and ArrayOperationsTest.java. I will post some additional solutions when I have time. | ||
| April 7, 2009 | I was wrong and
Jiwei was right ; JTextField has
no TextListener. In lieu of that, here's the best
I've been able to come up with:
One important point is that the key that was typed is not actually
added to the text field until after the listener finishes,
so it is necessary to use e.getKeyChar() rather than textField.getText().
My checkValidity method, after it determines whether
the character is valid, sets the background color of the text field. |
||
| April 7, 2009 | For those of you who would like to replace a grade on a previous assignment (most likely, but not necessarily, the Traffic assignment), I've now posted a totally optional Makeup assignment. | ||
| March 27, 2009 | I've already made some corrections to the Paired
Associate Learning assignment (highlighted in bright
green). I've also make the load, save,
and saveAs methods in SimpleIO public (Thanks,
Avi!), and added a link (below, and here) to SwingExamples.jar. |
||
| March 17, 2009 | Midterm Exam Grades
|
||
| March 3, 2009 | Here is a page describing all the Java O-O concepts (including some we haven't gotten to yet). This may help you in your studying for the midterm exam. | ||
| March 1, 2009 | There was an error in the written description of the reshape method
(the picture was correct, though). |
||
| February 23, 2009 | Today (Monday), Abdul's office hours will be from 5 pm to 6 pm. | ||
| February 23, 2009 | I've posted my version of the
CokeMachine program.
I've tried to use only Java constructs that I had already talked
about--no methods, no do-while loops, etc. |
||
| February 20, 2009 | Abdul's office hours for next week: |
||
| February 20, 2009 | The due date for the Traffic assignment is now Sunday, before midnight. | ||
| February 17, 2009 | Suppose a
Your program will be a lot easier to write if you use your knowledge
of the world to decide which classes should have which variables,
and what objects of each class should be able to do. Also, there
is usually a "main" class-- Also, people have been asking about Here is an example program that uses ArrayDisplay. Copy this
zip file to your workspace and unzip it; then from
within Eclipse, |
||
| February 12, 2009 | I forgot to mention this in class--and Bridge players already know this--but Aces outrank any other cards. Hence the ordering is 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack(11), Queen(12), King(13), Ace(1). | ||
| February 1, 2009 | In class we have discussed while loops, do-while loops,
and for loops. Here is another
kind of loop. |
||
| January 30, 2009 | Here are some Style Rules you should follow. | ||
| January 28, 2009 | I have posted some Required Eclipse settings. Please use these settings for all future assignments (the third assignment and beyond). |