Fix package errors, add some help text
X-SVN-Rev: 820
This commit is contained in:
parent
4ef8a6b32d
commit
2800ce22df
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user