11.htm
来自「翁剀JAVA语言那门课程的教案 很多人都看多他的视频教程可惜没有ppt的教案」· HTM 代码 · 共 31 行
HTM
31 行
<!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 + =
减小字号Ctrl + -
显示快捷键?