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
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:
- How do I create a Cocoa Touch Framework?Best solution by stackoverflow.com
- How can i create a mobile application server?Best solution by Stack Overflow
- How do I create a countdown clock in swift?Best solution by youtube.com
- How do I create a digital signature and how do I use it?Best solution by support.office.com
- How do I create a new Yahoo screen name if I already have one?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.