blob: eb6c195bdc58c335efe29de8af26d8c169dd5530 (
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
33
34
35
36
37
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>JOGL JNLP Applet Version (Launcher)</title>
</head>
<body>
<P>
The applet below shall show you the version of the Jogl components
and your platform.
</P>
<p>
AppletLauncher only version.
</p>
<P>
<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
width=800
height=600
archive="JOGL_CODEBASE_TAG/../util/applet-launcher.jar,
JOGL_CODEBASE_TAG/jogl.all.jar,
JOGL_CODEBASE_TAG/gluegen-rt.jar">
<param name="codebase_lookup" value="false">
<param name="subapplet.classname" value="jogamp.newt.awt.opengl.VersionApplet">
<param name="subapplet.displayname" value="JOGL Applet Version">
<!-- param name="noddraw.check" value="true" -->
<param name="progressbar" value="true">
<param name="jnlpNumExtensions" value="1">
<param name="jnlpExtension1" value="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp">
</applet>
</P>
</body>
</html>
|