jinput-arm64/applet/jinput.html

18 lines
673 B
HTML
Raw Normal View History

2008-11-14 23:09:05 +01:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-language" content="en">
2008-11-14 23:31:08 +01:00
<title>JInput Applet Test</title>
2008-11-14 23:09:05 +01:00
<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');
2008-11-15 01:28:39 +01:00
deployJava.runApplet({codebase:".",
2008-11-14 23:09:05 +01:00
archive:"jinput.jar,jinput-test.jar,jinput-applet-test.jar", code:"net.java.games.input.applet.test.ControllerReadTestApplet",
width:"320", Height:"400"}, null, "1.4.2");
</script>
</body>
</html>