Gloria Connors

Greenhorn
+ Follow
since Dec 10, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gloria Connors

I have a polygon, and I'm running through its PathIterator and printing out every point. For some reason, it's printing the last point twice. I would've understood if it printed the FIRST point again at the end (I would've assumed it had "circled back" to the first point), but I don't understand why it's printing the LAST one twice. Here is my code:



(Note: please do not criticize the improper OO design... I am just testing out how Shapes work, I have a homework assignment which I will do with proper OO once I've gotten the hang of these shapes)

[ February 16, 2008: Message edited by: Gloria Connors ]
[ February 16, 2008: Message edited by: Gloria Connors ]
16 years ago
I've been doing Java on and off for a fair bit of time now. I feel very comfortable with pretty much all the topics you find in beginner books... threads, I/O, serialization, etc.

My question is, what should I move on to now? I'm hungry to do some more interesting stuff, but I don't know where to go. Are there any good "cookbook"-type books that follow some interesting Java projects? Are there other specific Java topics that are worth learning?

Any push in the right direction would be great. I'm most interested in finding more books to read (especially the cookbook-type as mentioned above), but anything would be awesome.
16 years ago