站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Tutorial 5.0 英文版

Summary - Java Tutorial 5.0 英文版

The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: Creating a GUI with JFC/Swing
Lesson: Learning Swing by Example

Summary

This lesson glossed over many details and left some things unexplained, but now you should have an understanding of what you can build with Swing components. Also, you should have a general understanding of the following:
  • How to set up the containment hierarchy of each Swing component. To add a component to a container, you use some form of the add method.
  • How to use many standard GUI components, such as buttons, labels, combo boxes, and radio buttons, which you combine to create your program抯 GUI.
  • How to change the layout of components by using layout managers.
  • How events are used in Swing programs. Recall that the event-handling mechanism is based on the AWT event-handling model, in which you register event listeners on objects such as components that generate events.


Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.