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

📄 mdc.html

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

<h1 align=center>Hier</h1>

<p>
<hr><applet code=Hier.class
    vspace= 10 hspace= 10
    width= 500 height= 160 
    nlines= 8
    align= middle
    name=HierDisplay ><param name="heirfile" value="../Hier/breeds.lst"></applet>
<hr></p>

<p>Applet name: Hier 
<br>Applet Source: <a href="Hier.java">Hier.java 
<br></a>Import(s): java.net, java.util, java.applet, java.awt, java.io

<br>Feature(s): text, GUI
<br>Author: <a href="mailto:wbrogden@bga.com">William B. Brogden</a></p>

<h2>Usage Guide:</h2>

<p>This is an experiment with data display based on a hierarchy of classes
similar to the DOS directory-subdirectory-file hierarchy. For this demo
I am using data on dog breeds and organizations in Texas. The applet is
reading in a specially formatted text file. Use a mouse click to expand-contract
a class. When the left panel has the focus, you should also be able to
use keyboard arrow keys. If nothing appears after the data file is loaded,
try clicking on the left panel. </p>

<p>Potential Uses: 
<br></p>

<ul>
<li>On-line catalogs </li>

<li>Personnel Directories </li>

<li>Tech Support/Trouble Shooting </li>
</ul>

<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 + -