KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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