blob: eee6c1eeef3d8679f7be2efb597137fd0c615000 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Bug910 Extended AWT Applet Lifecycle Check</title>
</head>
<body>
<P>
The applet below tests the Applet Lifecycle.
Please read the stderr log for results!
</P>
<P>
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="400" height="200">
<param name="code" value="com.jogamp.opengl.test.bugs.DemoBug910ExtendedAWTAppletLifecycleCheck">
<param name="archive" value="jar/jogl-test.jar">
<comment>
<embed code="com.jogamp.opengl.test.bugs.DemoBug910ExtendedAWTAppletLifecycleCheck"
width="400" height="200"
type="application/x-java-applet;version=1.6"
pluginspage="http://java.sun.com/javase/downloads/ea.jsp"
archive="jar/jogl-test.jar">
<noembed>Sorry, no Java support detected.</noembed>
</embed>
</comment>
</object>
</P>
</body>
</html>
|