PDA

View Full Version : Java applet



hamgooof
06-19-2010, 09:49 PM
I made a test and I want to embed it into a freewebs page.
The main class is
Main.class
and the uploaded file on freewebs is
http://hamgooof.webs.com/Intelligence%20tester.jar
and I've also tried
http://hamgooof.webs.com/Intelligence tester.jar
in tags but I can't put the applet into it.

I've now changed it because I realised I had jFrame and not applet, but I have an applet instead now and trying todo this...

<applet code=NewJApplet.class archive=http://hamgooof.webs.com/Intelligence%20tester.jar
width=300 height=300>
<param name="bgcolor" value="ffffff">
<param name="fontcolor" value="000000">
Your browser is not Java enabled.
</applet>
which is what I got off the internet... what can I do? Sorry first time :P

hamgooof
06-19-2010, 10:54 PM
I am going to sleep now, be greatly appreciate it if somebody could help me.

masterBB
06-19-2010, 11:00 PM
All you should know:
http://www.javacooperation.gmxhome.de/GrundstrukturAppletEng.html

peterjames1
09-01-2010, 02:51 AM
An applet is a program written in the Java programming language that can be included in an HTML page.The applet is usually embedded in an HTML page on a Web site and can be executed from within a browser.