blob: 60e8f8fe3f3b7174e7dd38761a0208e02806d132 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>JOGL Test Applets</title>
</head>
<body>
<H2> Test page for JOGL Applets </H2>
<p>
<H3> Version </H3>
<ul>
<li><a href="jogl-applet-version.html">Applet (JNLP/Launcher)</a></li>
<li><a href="jogl-applet-version-lancheronly.html">Applet (Launcher Only)</a></li>
<li><a href="jogl-application-version.jnlp">Application</a></li>
</ul>
</p>
<p>
<H3> AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Launcher)</H3>
<ul>
<li><a href="jogl-applet-runner-newt-gears-normal.html">GearsES2 in Applet Area (normal)</a></li>
<li><a href="jogl-applet-runner-newt-gears-special.html">GearsES2 translucent over pager (special)</a></li>
</ul>
</p>
</body>
</html>
|