when i complie this
import javax.swing.*;
public class MyApplication{
public static void main(String[] args){
MyJFame myJFrame= new MyJFrame("My new WIndow", 20, 20, 200, 200);
}
}
error: Class names, 'MyApplication', are only accepted if annotation processing is explicitly requested
1 error
comes up.. how should i fix it...TT
how to solve this simply question.. lol
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
Google it! http://java.sun.com/docs/books/tutorial ... /problems/ First item corresponds to your issue
I choose to fight with a sack of angry cats.