KickJava   Java API By Example, From Geeks To Geeks.

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


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 /**
10  *
11  * @author lahvac
12  */

13 public class ImplementAbstractMethods2 {
14     
15     /** Creates a new instance of ImplementAbstractMethod1 */
16     public ImplementAbstractMethods2() {
17         new Runnable JavaDoc();
18     }
19     
20 }
21
Popular Tags