KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > gui > wizards > test > TestClass


1 /*
2  * TestClass.java
3  *
4  */

5
6 package org.netbeans.test.java.gui.wizards.test;
7
8 /**
9  *
10  */

11 public class TestClass {
12     
13     /** Creates a new instance of TestClass */
14     public TestClass() {
15         
16     }
17     
18 }
19
Popular Tags