Re: using Eclipse with visual editor



On Feb 28, 9:21 am, "Mr. X." <no_spam_please@xxxxxxxxxxxxxxxxx> wrote:
Hello,

First time I have used eclipse with visual editor.

When put on screen a dialog component,
and some jbutton on it.

I have tried to run the application
(run as java application).

What I get is the message :
selection does not contain a main type.

I think this is basic thing of some declarations ...

What may be the problem ?

Thanks :)

Hi, Its very easy, till now you would have figure out yourself.
Its about the public static void main(String args[]), there no method
with this signature in the class! then form where the program should
start execution. :)
.