KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > parser > SemanticError


1 package org.netbeans.test.parser;
2
3 public class SemanticError {
4     
5     /** Creates a new instance of SemanticError */
6     public SemanticError() {
7         new JFrame();
8     }
9     
10 }
11
Popular Tags