- 1、本文档共29页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
The AWT, Applets, and Swing School of (学校的applet,AWT和Swing)
The AWT, Applets, and Swing
Mark Allen Weiss
Copyright 1996, 1999, 2000
1
Outline of Topics
The Abstract Window Toolkit
– Basic ideas
– User interfaces
– Output items: canvases and graphics
– Events
– Fancy layouts
Applets
– HTML files
– Converting an application to an applet
– Restrictions
2
Basic Ideas
The Abstract Window Toolkit (AWT) is a GUI
toolkit designed to work across multiple
platforms.
Not nearly as fancy as MFC.
Event-driven: the window is displayed, and
when things happen, an event handler is called.
Generally, the default event handler is to do
nothing.
Must import java.awt.* and
java.awt.event.*
3
Evolution of GUIs
Java 1.0
– basic AWT components
– terrible event model
Java 1.1
– same AWT components
– new event model
Java 1.2
– new fancy Swing components
– same event model as 1.1
– not supported in all browsers, but plug-in available
4
To Swing or Not?
If you are writing applications, Swing is by far
the preferable option
– faster
– prettier
– more flexible
If you are writing applets, decision is harder
– consumers not likely to have Java 1.2; can give it to
them, but download will be time-consuming. Most
consumers won’t bother and will go elsewhere
– corporate clients can be forced to go to Java 1.2
5
AWT vs Swing
Concepts are all the same.
We
您可能关注的文档
- TFT New Technology Introduction AFFS = (TFT新技术引入非洲黑人=).pdf
- TGS173 Carey Tool Hire(TGS173凯里工具雇佣).pdf
- TGX 6x2 Tag Axle Tractor (PDF) MAN Bodybuilder(TGX 6 x2标记轴拖拉机(PDF)男人健美运动员).pdf
- th Edition Amendment 36 International (国际版修正案36).pdf
- TGS 27.400 6x4 BBS MAN Truck Germany(TGS 27.400 6 x4 BBS卡车德国人).pdf
- Th ermostatic expansion valves for ammonia (对氨Th ermostatic膨胀阀).pdf
- th through 8 th Grade Word Wizard Vocabulary (向导到8 th年级单词词汇表).pdf
- th WORLD CONGRESS ON ALUMINIUM GBV(在铝GBV届世界大会).pdf
- THAI HANDCUFFS Rage University(泰国手铐愤怒大学).pdf
- Thank You Woodsmith Shop(谢谢Woodsmith商店).pdf
文档评论(0)