home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap14 / lst14_1.txt < prev    next >
Text File  |  1996-02-16  |  41b  |  6 lines

  1. class MyClass
  2. {
  3.     int myField;
  4. }
  5.  
  6.