pjdev 0 Newbie Poster

Hi everyone,

I want to create a java application that I can embed into HTML and have it run without a server backend. So I am led to use applets. Can you suggest any alternatives?

I want to create something similar to the application shown on this page:
http://java.sun.com/docs/books/tutorial/deployment/applet/developingApplet.html

How do I go about doing this on Netbeans? I guess when I create a Java application I am actually using a JFrame? (Not quite sure if this is why I am getting errors)

I know the basics of the language and using IDEs but when it comes to deploy applications I am a total newb.

Hope my explanation is clear so that someone might be able to help me :)

Thanks a lot,
- pjdev