File: jinput.html

package info (click to toggle)
jinput 20100502%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,236 kB
  • ctags: 3,236
  • sloc: java: 9,613; xml: 1,030; ansic: 909; awk: 34; makefile: 32; sh: 11
file content (18 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.ControllerReadTestApplet",
		    	width:"320", Height:"400"}, null, "1.4.2");
		</script>
	</body>
</html>