home *** CD-ROM | disk | FTP | other *** search
Java Source | 1996-10-10 | 442 b | 27 lines |
- // SystemVersionTest.java
- //
- // Created 09/25/96
- //
- // (C)Copyright 1996 Microsoft Corporation, All rights reserved.
- //
-
- import java.awt.*;
-
-
- public
- class SystemVersionTest extends TestApplet
- {
-
- public void init ()
- {
- add(new SystemVersionPanel());
- }
-
-
- public static void main (String[] args)
- {
- TestApplet.main(new SystemVersionTest(),"System Version Information", args);
- }
- }
-
-