KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > gui > copypaste > test > TestInterface


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

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

11 public interface TestInterface {
12         
13 }
14
Popular Tags