KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > codegen > Tutorial1


1 /*
2  * Tutorial class.
3  */

4 package org.netbeans.test.codegen;
5
6 /**
7  * This class will be modified by demo.
8  */

9 public class Tutorial1 {
10 }
11
Popular Tags