Java – Applet
Here is a suitable piece of HTML to test a simple HelloWorld class:
You can not see this brilliant Java Applet.
Test
Put this in a file called:
test.HelloWorld.html
The code for the HelloWorld applet has to be a public class called “HelloWorld” that extends Applet and is in in a Java file called:
HelloWorld.java
Here is the Java code:
import java.applet.*;
import java.awt.*;
public [...]
RSS