KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.netbeans.test.java.hints;
2
3 /**
4  * @author leon chiver
5  */

6 public class IncorrectType58119d {
7     
8     /** Creates a new instance of IncorrectType58119d */
9     public IncorrectType58119d() {
10     }
11     
12     public void doStuff() {
13         javax.swing.JButton JavaDoc btn = IncorrectType58119d.doStuff(3, 4);
14     }
15     
16 }
17
Popular Tags