Hi All,
Regarding the Follow Up Test:
It is as straight forward as everyone says it is.
Regarding how Confident I was with my submission:
I was confident enough to bet $400 bucks of my my own money, which is essentially what you are doing when you submit - betting that it was good enough. So if $400 is a lot of money to you, then make sure you hedge your bet. But remember, you can't win if you don't play :-)
Regarding Patterns:
I used a Singleton and a Factory method in my design. I didn't really describe the patterns that Swing incorporates.
I don't know that it would count against one if you don't use patterns, but I found it useful to use them.
I used this assignment as kind of a jumping off point to start studying for the
SCEA test, and for that test one definately has to know patterns. So to make this more fun, and to help me begin to learn the patterns, I tried to use a few of them here. Of course, one probably wouldn't want to do this to the extreme.
BTW, I found James W. Cooper's book on Java Design Patterns very useful for this.
Skip
PS. I forgot to mention that I basically only ran this on one machine, but I would be great to be able to test it on two. I did develope it on a Windows machine, but looked at it on a UNIX machine. I discovered that I was using some things from JDK 1.3 that way, and I changed these to work with JDK 1.2
[This message has been edited by Skip Cole (edited March 26, 2001).]