KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * ImplementAbstractMethod1.java
3  *
4  * Created on March 12, 2005, 7:22 PM
5  */

6
7 package org.netbeans.test.java.hints;
8
9 import java.awt.event.MouseListener JavaDoc;
10 import java.beans.PropertyChangeListener JavaDoc;
11
12 /**
13  *
14  * @author lahvac
15  */

16 public class ImplementAbstractMethods4 extends AbstractClass2 {
17     
18     /** Creates a new instance of ImplementAbstractMethod1 */
19     public ImplementAbstractMethods4() {
20     }
21     
22 }
23
Popular Tags