• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

the tortoise and the hare

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
could anyone tell me, is there any code in existence that relatd to the classic race of the tortoise and the hare(applet or standalone app.)any help greatly appreciated.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well,
Here are the "requirements" http://www.inform.umd.edu/EdRes/ReadingRoom/Fiction/FairyTales/hare-tortoise

Here is some code you can buy: http://www.superkids.com/aweb/pages/reviews/archive/t_and_h/editor.html
Course you can't get the source so. . . . .
 
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is your documented applet code Race.java, enjoy!
Race
Roseanne
Join our SCJD Study Group when certified
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Roseanne:
I just visited your example for the Memento pattern.
Quite interesting indeed. However, I was expecting to
see the source code, but couldn't locate it.
Just curious, but is it at a different location or something
somewhere on the presentations page?
Infact I am planning to join(well joined) the group.
regds.
- satya
 
Roseanne Zhang
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome board!!
The source code for this one is not available because it has something to do with my NDA. Sorry for the inconvenience. But you can find some thing similar here, actually where I got my idea from.
http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-ssj-forms_p.html
Roseanne
 
reply
    Bookmark Topic Watch Topic
  • New Topic