KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.netbeans.test.java.hints;
2
3 import javax.swing.SwingUtilities JavaDoc;
4
5 /**
6  * @author leon chiver
7  */

8 public class IncorrectType58119a {
9     
10     public void doStuff1() {
11         c = SwingUtilities.calculateInnerArea(null, null);
12     }
13     
14 }
15
Popular Tags