Jave Quellcode (Hallo.class):
import java.applet.Applet;
import java.awt.Graphics;
public class Hello extends Applet {
public void paint(Graphics gc) {
gc.drawString("Hello, world!", 65, 95);
}}
HTML Einbettung:
html
head
titleHello World Applet/title
/head
body
applet code="Hello.class" width="200" height="200"
/applet
/body
/html
This entry was posted on Jul 06, 2006 at 18:12:05 and is filed under PHP & Java. You can follow any responses to this entry through the RSS 2.0 feed, or leave a response (below) .
Bisher keine Kommentare für diesen Eintrag...
Kommentare sind für diesen Beitrag geschlossen.