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

📄 11.htm

📁 翁剀JAVA语言那门课程的教案 很多人都看多他的视频教程可惜没有ppt的教案
💻 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.&nbsp;
Java 1.2 adds JFC to take the place of AWT.&nbsp; The GUI portion of JFC
is called <i>Swing</i>.&nbsp;<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.&nbsp; 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>&nbsp;
</body>
</html>

⌨️ 快捷键说明

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