home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / ViewFactory.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  151 b   |  6 lines

  1. package javax.swing.text;
  2.  
  3. public interface ViewFactory {
  4.    View create(Element var1);
  5. }
  6.