home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / JUMP / LIFE / LIFE.RCP < prev    next >
Encoding:
Text File  |  1996-12-10  |  578 b   |  21 lines

  1. FORM 1000 0 0 160 160
  2. USABLE
  3. NOFRAME
  4. BEGIN
  5.     BUTTON "Step" 1010 2 146 AUTO AUTO
  6.     BUTTON "Run" 1011 prevright+4 146 AUTO AUTO
  7.     BUTTON "Stop" 1012 prevright+4 146 AUTO AUTO
  8.     BUTTON "About" 1019 123 146 AUTO AUTO
  9. END
  10.  
  11. ALERT 1100
  12. INFORMATION
  13. BEGIN
  14.     TITLE "Life Sample"
  15.     MESSAGE "This is an implementation of Conway's game of Life. "\
  16.             "It is written in Java and compiled into a Pilot .prc file "\
  17.             "using Jump. For more information, see:\n\n"\
  18.             "http://userzweb.lightspeed.net/~gregh/pilot"
  19.     BUTTONS "OK"
  20. END
  21.