about netbeans 6.0. can one use it to build and debug and run an applet?

N

Nasser Abbasi

I've downloaded netbeans 6.0 but do not see an option to make an applet. (It
seems one have to create a project for everything, even if one wants just to
make a HelloWorld program, and there does not seem to be an Applet project)

Does any one know how to make an applet in netbeans?

Is Netbeans supposed to be the best Java IDE to use these days? Any others I
should look at? I am not looking for something too fancy, just basic
debugger and editor and GUI builder.

thanks,
Nasser
 
A

Albert

I've downloaded netbeans 6.0 but do not see an option to make an applet. (It
seems one have to create a project for everything, even if one wants just to
make a HelloWorld program, and there does not seem to be an Applet project)

Does any one know how to make an applet in netbeans?

Is Netbeans supposed to be the best Java IDE to use these days? Any others I
should look at? I am not looking for something too fancy, just basic
debugger and editor and GUI builder.

thanks,
Nasser

You sound like a non-professional programmer just like me. For basic
applications and applets, I would suggest to simply use the "Empty
Java File" option.
 
S

Sabine Dinis Blochberger

Nasser said:
I've downloaded netbeans 6.0 but do not see an option to make an applet. (It
seems one have to create a project for everything, even if one wants just to
make a HelloWorld program, and there does not seem to be an Applet project)

Does any one know how to make an applet in netbeans?

Is Netbeans supposed to be the best Java IDE to use these days? Any others I
should look at? I am not looking for something too fancy, just basic
debugger and editor and GUI builder.

thanks,
Nasser
The Applet template is found in the "new file..." dialog. So create a
general Java project, and add an applet that way. Read the hints as to
creating a GUI.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top