From d7c5ad7d6263fd1baf9bfdbaa4c50b70ef2fbdb2 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Jun 2010 08:22:05 +0200 Subject: reverted folder structure change for better mergeing with upstream --- .../rhino1_7R1/examples/NervousText.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 trunk/infrastructure/rhino1_7R1/examples/NervousText.html (limited to 'trunk/infrastructure/rhino1_7R1/examples/NervousText.html') diff --git a/trunk/infrastructure/rhino1_7R1/examples/NervousText.html b/trunk/infrastructure/rhino1_7R1/examples/NervousText.html new file mode 100644 index 0000000..0e3c7dd --- /dev/null +++ b/trunk/infrastructure/rhino1_7R1/examples/NervousText.html @@ -0,0 +1,53 @@ + + + + +This is the NervousText applet in javascript: + + + +
+The test assumes that applet code is generated with: +
+java -classpath js.jar org.mozilla.javascript.tools.jsc.Main \
+  -extends java.applet.Applet \
+  -implements java.lang.Runnable \
+  NervousText.js
+
+and the resulting 2 classes, NervousText.class extending java.applet.Applet and implementing java.lang.Runnable and NervousText1.class which represents compiled JavaScript code, are placed in the same directory as NervousText.html. +

+The test also assumes that js.jar from Rhino distribution is available in the same directory. + + -- cgit v1.2.3