home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap29 / MYPACKAGES / DISPLAY / DisplayInterface.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-03-18  |  251 b   |  6 lines

  1. package MyPackages.Display;
  2.  
  3. public interface DisplayInterface {
  4.    String GetDisplayText();
  5. }
  6.