📄 11.htm
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Weng Kai">
<meta name="GENERATOR" content="Mozilla/4.5 [en] (Win95; I) [Netscape]">
<title>Creating windows and applets (Part 1)</title>
</head>
<body>
<h1>
11 Creating windows and applets (Part 1)</h1>
<hr WIDTH="100%">
<div align=right><i>AWT -- Abstract Window Toolkit</i><img SRC="webduke3d.gif" height=100 width=79 align=RIGHT></div>
The original design goal of the graphical user interface library in Java
1.0 was to allow the programer to build a GUI that looks good in all platforms.
<p>Java 1.1 added new event model in OO style and introducted Java Beans.
Java 1.2 adds JFC to take the place of AWT. The GUI portion of JFC
is called <i>Swing</i>. <img SRC="duke_swinging.gif" height=64 width=64 align=TEXTTOP>
<p>One of Java's primary design goals is to ceate <i>applets</i>, which
are little programs that run inside a Web browser. Programming within
a <i>applet</i> is restricted.
<br>
<hr WIDTH="100%">
<div align=right><a href="11_1.htm">Next Page</a></div>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -