|
Duplicate :
|
Name: mc57594 Date: 02/10/97
import java.applet.*;
import java.awt.*;
public class myapp extends Applet
{
public void init()
{
Window w = new Window(new Frame());
w.resize(100, 100);
w.show();
}
}
company - Media Impact, Inc. , email - ###@###.###
======================================================================
<applet code="myapp" codebase="." width="500" height="50">
</applet>
Added html code to go with the applet.
eric.hawkes@eng 1999-12-14
|