Search found 2 matches

by slee382
Tue Feb 02, 2010 11:47 pm
Forum: Java
Topic: how to solve this simply question.. lol
Replies: 1
Views: 1851

how to solve this simply question.. lol

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 ...
by slee382
Tue Jun 02, 2009 5:31 am
Forum: General
Topic: Run java...(couldnt find answer from past topics...)
Replies: 0
Views: 356

Run java...(couldnt find answer from past topics...)

Hi everyone,

Can anyone plz kindly tell me how to set up for run button to display outcome(Ctrl+2) after compiling it?

I spent like 5 hours searching most previous questiones and answeres but can never find it....

All i want to ask to know is that i know how to set up compile button(Ctrl+1) in ...