KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * CreateElement1.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 import java.util.List JavaDoc;
13
14 /**
15  *
16  */

17 public class CreateField6 {
18     
19     /** Creates a new instance of CreateElement1 */
20     public CreateField6() {
21     }
22     
23     public final void main(String JavaDoc[] args) {
24         List JavaDoc l;
25         t = l;
26     }
27
28 }
29
Popular Tags