⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdc.html

📁 java编程的一些Applets例子。值得深入研究一下。
💻 HTML
字号:
<html>
<head>
   <title>fonttest.html</title>
   <meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>

<h1 align=center>FontTest</h1>

<p>
<hr><applet code=FontTest width=540 height=380></applet>
<hr></p>

<p>Applet name: FontTest 
<br>Applet Source: <a href="FontTest.java">FontTest.java 
<br></a>Import(s): java.applet, java.awt 
<br>Feature(s): text 
<br>Author: <a href="mailto:rwendt@acm.org">Richard E. Wendt III</a></p>

<h2>Usage Guide:</h2>

<p>FontTest is useful for finding out which fonts are available in a particular
implementation of Java. It illustrates how the normal, italic, and bold
versions look and how a number of different font sizes appear. Thus, general
quality of the font and the legibility of a particular size can be assessed.</p>

<p>Usage Example:</p>

<p>&lt;applet code=&quot;FontTest.class&quot; width=700 height=500&gt;

<br>&lt;/applet&gt; 
<br>This width and height is optimized for the fonts supplied with the
JDK 1.0. If the display is garbled, it may be necessary to adjust the width
and height until everything is nicely laid out, since in many implementations
(e.g., Netscape) an applet cannot resize itself by the time it figures
out how big it needs to be.</p>

<center><p>
<hr><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -