Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@217 e343933a-64c8-49c5-92b1-88f2ce3e89e8
  • Loading branch information
endolf committed Mar 22, 2009
1 parent 3e54c24 commit c5d3407
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions applet/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<copy todir="dist">
<fileset dir="../webstart/dist/"/>
<fileset file="jinput.html"/>
<fileset file="jinput-event.html"/>
</copy>
</target>

Expand Down
18 changes: 18 additions & 0 deletions applet/jinput-event.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-language" content="en">
<title>JInput Applet Test</title>
<script src="http://java.com/js/deployJava.js"></script>
</head>
<body>
<script>
deployJava.setInstallerType('kernel');
// include any required packages as shown below
deployJava.setAdditionalPackages('javax.swing, javax.xml');
deployJava.runApplet({codebase:".",
archive:"jinput.jar,jinput-test.jar,jinput-applet-test.jar", code:"net.java.games.input.applet.test.ControllerEventTestApplet",
width:"320", Height:"400"}, null, "1.4.2");
</script>
</body>
</html>

0 comments on commit c5d3407

Please sign in to comment.