src/demo/share/jfc/Font2DTest/Font2DTest.html
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 25859 jdk/src/demo/share/jfc/Font2DTest/Font2DTest.html@3317bb8137f4
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<!-- Changed by: Shinsuke Fukuda,  4-Aug-2000 -->
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
<title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
Font2DTest Demo
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
</title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
<BODY BGCOLOR="#FFFFFF">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
<font size=-1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
<hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
</font>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
<h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
Font2DTest
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
An encompassing font/glyph demo application.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
Source code is in <BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
<a href=src/Font2DTest.java>Font2DTest.java</a>,<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
<a href=src/Font2DTestApplet.java>Font2DTestApplet.java</a>,<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
<a href=src/RangeMenu.java>RangeMenu.java</a> and<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
<a href=src/FontPanel.java>FontPanel.java</a>.<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
You can run this program either as an applet or as an application.<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
Detailed information about the program can be found in
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
<a href=README.txt>README.txt</a><BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
<p>To run it as an application,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
execute the <code>Font2DTest</code> class.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
For example:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
<blockquote>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
<pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
% <b>java -jar Font2DTest.jar</b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
</pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
</blockquote>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
Note: If AWTPermission's showWindowWithoutWarningBanner permission is not given,<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
the zoom feature will not look as good, as characters may be hidden by the warning banner.<BR>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
<APPLET code="Font2DTestApplet.class" archive="Font2DTest.jar" width="850" height="700">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
</APPLET>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
<hr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
<font size=-1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
</font>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
</html>