|
Courses Java |
|
|
The "Swing Set" is a group of related packages (the javax.swing package, and all its sub-packages) that contain new GUI components that are alternates to the original AWT components. Using the new swing classes, one can develop GUIs that are far more sophisticated than what can be created with the AWT. The Swing components use the Model-View Controller design pattern in such a way that it is possible to switch the look and feel at runtime (between Windows, Motif, Macintosh, and Java aka. "Metal"). Swing is written in pure Java. Swing components do not use a native peer, like the AWT components. As a result, swing does not suffer from:
We'll begin by looking at new layout managers, and JComponent. We'll add a component to a content pane. Next we'll look at borders, and discuss tool tips, swing buttons, button groups, and icons. Then we'll examine sliders, progress bars, trees, tables, tabbed panes, and tool bars. We'll also discuss menus, swing windows (JFrame, JDialog, and JApplet). We'll examine a pre-jfc Applet (that uses AWT) and examine how to migrate it to use Swing. Objectives
Specifications
Pre-requisites
Material covered in this section requires attendees to know the following:
A table of contents of this module is available upon request.
Return to the Custom Order Page.
Copyright ©2007 by Petronio Technology Group, Inc. All
rights reserved. Petronio, "Targeted Technology Training", "T3"
and "Turning new technologies into your competitive advantage"
are trademarks of Petronio Technology Group. All other trademarks are the
properties of their respective companies. |