aboutsummaryrefslogtreecommitdiffstats
path: root/webstart/jake2-napplet01.html
blob: 9279c79502c588e61ac2c1da32cb5409934c04e8 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Jake2 NEWT NApplet 01</title>
</head>
<body  bgcolor="#333333" text="#BBBBBB">

<P>
Jake2 NApplet
<ul>
    <li> ESC - release the game mouse grab.</li>
    <li> HOME - in/out browser window. </li>
    <li> Video Mode Size change will change the Applet size.</li>
    <li> Fullscreen will bring the window out of the browser as well
         and MonitorMode is applied to the main MonitorDevice.</li>
</ul>
Bugs:
<ul>
    <li>OSX: Fullscreen may freeze the JVM/Desktop, due to CGL.setContextView() deadlock</li>
</ul>
</P>

<P>
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
      width="50%" height="45%">
   <param name="id" value="Jake2">
   <param name="code" value="jake2.Jake2Applet">
   <param name="archive" value="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar,
                                http://jogamp.org/deployment/jogamp-current/jar/jogl-all.jar,
                                http://jogamp.org/deployment/jogamp-current/jar/joal.jar,
                                jar/jake2.jar">
   <param name="java_arguments" value="-Dsun.java2d.noddraw=true">
   <param name="jake_args" value="+set vid_ref joglgl2 +set s_impl joal +set adr0 jake2.in-chemnitz.de">
   <comment>
     <embed id="Jake2" code="jake2.Jake2Applet"
          width="50%" height="45%"
          type="application/x-java-applet;version=1.6"
          pluginspage="http://java.sun.com/javase/downloads/ea.jsp"
          archive="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar,
                   http://jogamp.org/deployment/jogamp-current/jar/jogl-all.jar,
                    http://jogamp.org/deployment/jogamp-current/jar/joal.jar,
                   jar/jake2.jar"
          java_arguments="-Dsun.java2d.noddraw=true"
          jake_args="+set vid_ref joglgl2 +set s_impl joal +set adr0 jake2.in-chemnitz.de">
        <noembed>Sorry, no Java support detected.</noembed>
     </embed>
   </comment>
</object>

</P>

</body>
</html>