How to create applet project in latest netbeans?

Hi. Been away from java programming for a while :slight_smile:
I once posted about a mmo in java which I actually got up and running (Aleria’s Tale).
Now I took the server and build it into a simple javascript scritable server for general use and want to do a new java mmo
(I worked on 3 mmo’s, 2 professional that made money, so I got that sorted out ;))

Now. I seem to remember that I was able to create an applet project in Netbeans back in the day, but it seems that option is missing from the latest version (6.7.2). Also google/javagaming turns up nothing valuable (for me at least)

Anyone? (Thanks in advance)

/Ozak

Create an application project, remove the “main” class and create a JApplet or Applet form. I do remember that there was an option for applet project… funny I didn’t see it disappear ;D

Ahh. Fancy. Thanks, I’ll try that one out when I get home from work :slight_smile: