diff options
Diffstat (limited to 'test/applet/applet01.html')
-rw-r--r-- | test/applet/applet01.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/applet/applet01.html b/test/applet/applet01.html new file mode 100644 index 0000000..df8a926 --- /dev/null +++ b/test/applet/applet01.html @@ -0,0 +1,11 @@ +<html> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<body> +<p> +Provoke AccessControlException while writing to file! +</p> +<applet code=com.jogamp.junit.sec.Applet01 width="200" height="200" + archive="jar/gluegen-rt.jar,gluegen-test.jar"> +</applet> +</body> +</html> |