diff options
Diffstat (limited to 'BKUAppletExt/src/test/resources/appletTest.html')
-rw-r--r-- | BKUAppletExt/src/test/resources/appletTest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUAppletExt/src/test/resources/appletTest.html b/BKUAppletExt/src/test/resources/appletTest.html index f7a47d0a..9add4309 100644 --- a/BKUAppletExt/src/test/resources/appletTest.html +++ b/BKUAppletExt/src/test/resources/appletTest.html @@ -17,10 +17,10 @@ <html> <body> <center> - <applet code="at.gv.egiz.bku.online.applet.ext.BKUAppletExt.class" + <applet code="at.gv.egiz.bku.online.applet.PINManagementApplet.class" archive="../BKUAppletExt-1.0.2-SNAPSHOT.jar, commons-logging.jar , iaik_jce_me4se.jar" width=152 height=145> - <param name="GuiStyle" value="activation"/> + <param name="GuiStyle" value="simple"/> <param name="Locale" value="ja_JA"/> <!--param name="Background" value="jar:file:/home/clemens/workspace/mocca/BKUApplet/target/BKUApplet-1.0-SNAPSHOT.jar!/images/help.png"/--> <!--param name="Background" value="http://localhost:3495/img/BackgroundChipperling.png"/--> |