]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/demos/src/com/ibm/icu/dev/demo/translit/demo.html
Clean up imports.
[Dictionary.git] / jars / icu4j-52_1 / demos / src / com / ibm / icu / dev / demo / translit / demo.html
1 <!-- 
2 /**
3  *******************************************************************************
4  * Copyright (C) 1999-2004, International Business Machines Corporation and    *
5  * others. All Rights Reserved.                                                *
6  *******************************************************************************
7  */
8 -->
9 <HTML>
10 <HEAD>
11 <TITLE>Transliteration Demo</TITLE>
12 </HEAD>
13 <BODY>
14 <APPLET CODE="com.ibm.demo.translit.DemoApplet.class" WIDTH=140 HEIGHT=33></APPLET>
15
16 <HR>
17
18 If you don't see a button above, then your browser is failing to
19 locate the necessary Java class files.
20
21 <P>
22
23 One way to make this work is to copy this HTML file to
24 <code>icu4j/src</code>, and make sure the Java files in the directories
25 under <code>icu4j/src/com</code> are built.  Then open this HTML file
26 using a browser or appletviewer.
27
28 <P>
29
30 For best results, run this demo as an applet within Netscape with
31 Bitstream Cyberbit installed.
32
33 </BODY>
34 </HTML>