From 971b9e3e39facaecc050a197d3233b91da4539fa Mon Sep 17 00:00:00 2001 From: endolf Date: Fri, 14 Nov 2008 22:31:08 +0000 Subject: [PATCH] *** empty log message *** --- applet/build.xml | 10 ++++++++++ applet/jinput.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/applet/build.xml b/applet/build.xml index 562a19f..f05355e 100644 --- a/applet/build.xml +++ b/applet/build.xml @@ -31,4 +31,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/applet/jinput.html b/applet/jinput.html index 5700f4c..f18fe34 100644 --- a/applet/jinput.html +++ b/applet/jinput.html @@ -2,7 +2,7 @@ - Introducing Java SE 6 Update 10 + JInput Applet Test @@ -10,7 +10,7 @@ deployJava.setInstallerType('kernel'); // include any required packages as shown below deployJava.setAdditionalPackages('javax.swing, javax.xml'); - deployJava.runApplet({codebase:"file:/C:/code/workspace/jinput/webstart/dist/", + deployJava.runApplet({codebase:"file:/C:/code/workspace/jinput/applet/dist/", 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");