Fix package errors, add some help text

X-SVN-Rev: 820
This commit is contained in:
Alan Liu 2000-02-24 20:19:59 +00:00
parent 4ef8a6b32d
commit 2800ce22df
2 changed files with 40 additions and 2 deletions

View File

@ -3,6 +3,25 @@
<TITLE>Transliteration Demo</TITLE>
</HEAD>
<BODY>
<APPLET CODE="DemoApplet.class" WIDTH=140 HEIGHT=33></APPLET>
<APPLET CODE="com.ibm.demo.translit.DemoApplet.class" WIDTH=140 HEIGHT=33></APPLET>
<HR>
If you don't see a button above, then your browser is failing to
locate the necessary Java class files.
<P>
One way to make this work is to copy this HTML file to
<code>jcu/src</code>, and make sure the Java files in the directories
under <code>jcu/src/com</code> are built. Then open this HTML file
using a browser or appletviewer.
<P>
For best results, run this demo as an applet within Netscape with
Bitstream Cyberbit installed.
</BODY>
</HTML>

View File

@ -3,6 +3,25 @@
<TITLE>Transliteration Demo</TITLE>
</HEAD>
<BODY>
<APPLET CODE="DemoApplet.class" WIDTH=140 HEIGHT=33></APPLET>
<APPLET CODE="com.ibm.demo.translit.DemoApplet.class" WIDTH=140 HEIGHT=33></APPLET>
<HR>
If you don't see a button above, then your browser is failing to
locate the necessary Java class files.
<P>
One way to make this work is to copy this HTML file to
<code>jcu/src</code>, and make sure the Java files in the directories
under <code>jcu/src/com</code> are built. Then open this HTML file
using a browser or appletviewer.
<P>
For best results, run this demo as an applet within Netscape with
Bitstream Cyberbit installed.
</BODY>
</HTML>