KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > hints > CreateField3


1 /*
2  * CreateElement9.java
3  *
4  * Created on March 21, 2005, 10:21 PM
5  *
6  * To change this template, choose Tools | Options and locate the template under
7  * the Source Creation and Management node. Right-click the template and choose
8  * Open. You can then make changes to the template in the Source Editor.
9  */

10
11 package org.netbeans.test.java.hints;
12
13 /**
14  *
15  */

16 public class CreateField3 {
17     
18     /** Creates a new instance of CreateElement9 */
19     public CreateField3() {
20     }
21     
22     public final void main(String JavaDoc[] args) {
23         Test.test = "";
24     }
25
26     private static class Test {
27         
28     }
29 }
30
Popular Tags