how to solve this simply question.. lol
Posted: Tue Feb 02, 2010 11:47 pm
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
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