文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
IBM实验室对SWT, Swing 和 AWT 的特征比较
来源:互联网
作者:west263.com
时间:2008-02-23
西部数码-全国虚拟主机10强!40余项虚拟主机管理功能,全国领先!双线多线虚拟主机南北访问畅通无阻!免费赠送企业邮局,.CN域名,自助建站480元起,免费试用7天,满意再付款! P4主机租用799元/月.月付免压金!
Table 1. SWT vs. AWT and Swing Feature comparison
Function/Role/ASPect
AWT
Swing
SWT (style)
Display static text
Label
JLabel
Label, CLabel
Display multi-line static text
Multiple Labels
Multiple JLabels or JLabel with HTML content
Multiple Labels or Label with newlines
Display multi-line formatted static text
Multiple Labels with different fonts
JLabel with HTML content
Multiple Labels with different fonts
Single-line text entry
TextField
JTextField
Text(SWT.SINGLE)
Multi-line text entry
TextArea
JTextArea
Text(SWT.MULTI)
Display an image
N/A
JLabel
Label
Display text and image
N/A
JLabel
CLabel
ToolTip pop-up help
N/A
setToolTip on component, subclass JToolTip
setToolTip on control
Styled text entry
N/A
JEditorPane
StyledText
Select from list of items
List
JList
List
Simple push button with text
Button
JButton
Button(SWT.PUSH)
Simple push button with text and/or image
N/A
JButton
Button(SWT.PUSH)
Drawing area; possibly for custom controls
Canvas
JPanel
Canvas
On/off check box
CheckBox
JCheckBox
Button(SWT.CHECK)
Radio selection
CheckBoxGroup
ButtonGroup and menus
Group and Menu
Select from a drop-down list
Choice
JComboBox
Combo, CCombo
Enter text or select from a drop-down list
N/A
JComboBox
Combo, CCombo
Scrollable area
ScrollPane
JScrollPane
Create Scrollable subclass
Top level Windows
Dialog, Frame, Window
JDialog, JFrame, JWindow
Shell with different styles
Generic window
Window
JWindow
Shell
Frame window
Frame
JFrame
Shell(SWT.SHELL_TRIM)
Dialog window
Dialog
JDialog
Shell(SWT.DIALOG_TRIM)
Menu
Menu
JMenu
Menu
MenuItem
MenuItem
JMenuItem
MenuItem
Menu shortcuts
Generic keystrokes
same as AWT
host dependent mnemonics and accelerators
Pop-up menu
PopupMenu
JPopupMenu
Menu(SWT.POPUP)
Menu bars
MenuBar
JMenuBar
Menu(SWT.BAR)
Display an insertion caret
N/A
Caret
Caret
Web browser
N/A
JTextPane (HTML 3.2)
Browser (via embedded browser)
Embed control in web page
Applet
JApplet
Host control (ex. OLE)
Generic container of other controls
Panel
JPanel
Composite
Generic container of other controls with a border
Panel (if drawn manually)
JPanel with a Border
Composite(SWT.BORDER)
Generic container of other controls with a border and title
N/A
JPanel with a TitledBorder
Group
Radio button (one of set on)
Checkbox
JRadioButton
Button(SWT.RADIO)
Control extent of radio buttons
CheckboxGroup
RadioButtonGroup
Group
Arrow buttons
N/A
JButton with image
Button(SWT.ARROW)
Supports int'l text orientations
via ComponentOrientation
same as AWT
Many components support styles for this
Focus Traversal
Policy and Manager objects
same as AWT
Next on control
Custom dialogs
Dialog subclass
JDialog subclass
Dialog subclass
Access to system events
EventQueue services
same as AWT
Display services (less robust than AWT)
System access dialogs
FileDialog
JColorChooser, JFileChooser
ColorDialog, DirectoryDialog, FileDialog, FontDialog, PrintDialog
Display simple message dialog
N/A (must subclass Dialog)
JOptionPane static methods
MessageBox with numerous styles
Display simple prompting dialog
N/A (must subclass Dialog)
JOptionPane static methods
N/A (classes exist in JFace to do this)
Layout managers
BorderLayout, CardLayout, FlowLayout, GridLayout, GridBagLayout
AWT plus BoxLayout, CenterLayout, SpringLayout
FillLayout, FormLayout, GridLayout, RowLayout, StackLayout
Basic drawing control
Canvas
JPanel
Canvas
Basic drawing
Graphics and Graphics2D objects - Basic shapes and text, arbitrary Shapes and Strokes, Bezier, fills, etc.
same as AWT
GC object - Basic shapes and text
Drawing transforms
Affine, composites
same as AWT
N/A
Off screen drawing
BufferedImage, drawImage
same as AWT
Image, drawImage
Double buffering
Manual
Automatic or manual
Manual unless provided by host control
Printing
PrintJob and PrintGraphics
same as AWT
draw to Printer device
Custom colors
Color
same as AWT
Color
Custom fonts
Font, FontMetrics
same as AWT
Font
Cursors selection
Cursor
same as AWT
Cursor
Image features
load from file, create dynamically, extensive edits
same as AWT
load from file, create dynamically, basic edits
Input automation
Robot
same as AWT
N/A
Display a tool bar
N/A
JToolBar
ToolBar, CoolBar
Display a progress bar
N/A
JProgressBar
ProgressBar
Divide space between areas
N/A
JSPlitPane
Sash or SashForm
Display tabbed areas
N/A
JTabbedPane
TabFolder, CTabFolder
Display tabular info
N/A
JTable
Table
Format table columns
N/A
TableColumn
TableColumn
Display hierarchical info
N/A
JTree
Tree
Select from range of values
N/A
JSlider
Slider
Select from discrete range of values
N/A
JSpinner
Scale
Access to the base display
Toolkit, GraphicsConfiguration, GraphicsDevice
same as AWT
Display
Add items to the system tray
N/A
N/A
Tray
热点关注
- JBoss jBPM2.0工作流引擎
- 在java体系结构中集成Macr
- 对代理模式与Java动态代理
- Java 实现连接sql server
- 基于Tcp/IP的JAVA简单聊天
- JAVA正则表达式和特殊字符
- Visual Studio:针对 Java
- 在Java中如何确定浮点数的
- jBPM-JPDL v3.2环境部署—
- JSTL 入门:表达式语言
- Textarea标签封装为Web在
- jsp页面显示数据导出到exc
- JBossIDE Eclispe 开发EJB
- java.util.Collections.so
- 目前最好的JSP分页技术
- [Boss Connector笔记]第3
- JSP SmartUpload上传文件
- javascript 动态添加表格
- JS代码做的导航栏菜单.帮
- Java容器类学习心得,欢迎
- 经过百般努力,终于用JSP写
- ANTLR中文手册之三(ANTLR
- Java入门笔记5_异常
- 关于Oracle9i中BLOB类型的
- 一个在JSP下实现将动态页
- java.lang.ArrayIndexOutO
- web.xml和struts-config.x
- JSP XML构架网站的实例
- 我在Spring中解决中文乱码
- javascript里的document.a
- javax.naming.NameNotFoun
- Tomcat中DataSource的配置
- 一个简单的用JAVA实现的屏
- Hibernate配置文件中映射
- java(Web)中相对路径,绝
IDC资讯
虚拟主机
域名注册
托管租用
vps主机
智能建站
网站运营 建站经验 策划盈利 搜索优化 网站推广 免费资源
网站联盟 联盟新闻 联盟介绍 联盟点评 网赚技巧
行业资讯 业界动态 搜索引擎 网络游戏 门户动态 电子商务 广告传媒
网络编程 Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术 Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷 Internet Explorer
网页制作 FrontPages Dreamweaver Javascript css photoshop fireworks Flash
程序设计 Java技术 C/C++ VB delphi
网络知识 网络协议 网络安全 网络管理 组网方案 Cisco技术
操作系统 Win2000 WinXP Win2003 Mac OS Linux FreeBSD
网站运营 建站经验 策划盈利 搜索优化 网站推广 免费资源
网站联盟 联盟新闻 联盟介绍 联盟点评 网赚技巧
行业资讯 业界动态 搜索引擎 网络游戏 门户动态 电子商务 广告传媒
网络编程 Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术 Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷 Internet Explorer
网页制作 FrontPages Dreamweaver Javascript css photoshop fireworks Flash
程序设计 Java技术 C/C++ VB delphi
网络知识 网络协议 网络安全 网络管理 组网方案 Cisco技术
操作系统 Win2000 WinXP Win2003 Mac OS Linux FreeBSD



