KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > gui > customizers > test > ConstructorCustomizer


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

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

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