home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / WDESAMPL.BIN / MessageFormatDemo.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-03-17  |  545 b   |  12 lines

  1. import java.awt.Frame;
  2.  
  3. public class MessageFormatDemo extends DemoApplet {
  4.    public static void main(String[] var0) {
  5.       DemoApplet.showDemo(new MessageFormatFrame((DemoApplet)null));
  6.    }
  7.  
  8.    public Frame createDemoFrame(DemoApplet var1) {
  9.       return new MessageFormatFrame(var1);
  10.    }
  11. }
  12.