mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-03 23:39:57 +01:00
*** empty log message ***
This commit is contained in:
parent
db9ebeccef
commit
ca1963aadc
|
|
@ -30,6 +30,7 @@
|
|||
<copy todir="dist">
|
||||
<fileset dir="../webstart/dist/"/>
|
||||
<fileset file="jinput.html"/>
|
||||
<fileset file="jinput-event.html"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
|
|
|
|||
18
applet/jinput-event.html
Normal file
18
applet/jinput-event.html
Normal file
|
|
@ -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>
|
||||
Loading…
Reference in a new issue