home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / MonthChoiceEx.wo / MonthChoiceEx.wos < prev   
Encoding:
Text File  |  1996-02-10  |  226 b   |  20 lines

  1. ////////////////////////
  2. //  MonthChoice
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. id monthChoice;
  8. id monthChoiceInt;
  9.  
  10. - awake
  11. {
  12.     monthChoice = @"Oct";
  13.     monthChoiceInt = 10;
  14. }
  15.  
  16. - displayChoice
  17. {
  18.     return self;
  19. }
  20.