How to create a java applet?

How do I create a Java Applet?

  • is there an easy way of doing this, at the moment I am using netbeans and it doesn't seem to work...

  • Answer:

    Netbeans does work. It's just likely that you don't know what you're doing or don't know how to program in Java. If netbeans really isn't working, I can recommend another compiler: Eclipse. Download it from www.eclipse.org

crazyleg... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<html> <head><title>Java Applet Demo</title></head> <applet class="nameOfJavaClassFile.class" height=200 width=200></applet> </html> replace nameOfJavaFile.class with the class file you have created.

Graphics help- http://talkgraphic.com/

you can use notepad when you will save it add " .html "

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.