由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: AWT和SWING到底有什么不同?
相关主题
求助Java Image Tools or APIPlease recommend a good Swing book?
Re: AWT 和 SWING 在程序应用中有什么区别?how to access file on local network?
How about Swing?Re: OR mapping
simple swing question第十章 编程实例
help: where to download JAVA/swing? (转载)Top Ten Errors Java Programmers Make(9)
Intellij Idea gui not pure Swing?Re: FileDialog 的问题
这个Swing的Exception是怎么产生的?question about repaint, update and paint
ARM计算机时代即将到来 (转载)求教
相关话题的讨论汇总
话题: awt话题: swing话题: weight话题: major话题: api
进入Java版参与讨论
1 (共1页)
j****c
发帖数: 4
1

They are quite different.
Major difference are:
[1] AWT is heavy weight. Swing is light weight.
[2] Swing event handling is much more sophiscated than AWT
[3] Support look and feel, Accessibility API and drag and
drop
[4] AWT and Swing can't be mixed
Let's cut and paste some from Java web site:
1 (共1页)
进入Java版参与讨论
相关主题
求教help: where to download JAVA/swing? (转载)
AWT tooltip?Intellij Idea gui not pure Swing?
swing question这个Swing的Exception是怎么产生的?
Question: OutOfMemoryError when drawImagARM计算机时代即将到来 (转载)
求助Java Image Tools or APIPlease recommend a good Swing book?
Re: AWT 和 SWING 在程序应用中有什么区别?how to access file on local network?
How about Swing?Re: OR mapping
simple swing question第十章 编程实例
相关话题的讨论汇总
话题: awt话题: swing话题: weight话题: major话题: api