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

  1. ////////////////////////
  2. //  FontString
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. id aString;
  8.  
  9. - awake
  10. {
  11.    aString = @"This is a sample string which is displayed as a FontString";
  12. }
  13.