The table that follows lists every example in the Using Other Swing Features lesson, with links to required files and to where each example is discussed. The first column of the table has links to JNLP files that let you run the examples using Java™ Web Start.
NOTE: Release 7.0 is required to run all applets and Java Web Start examples. Most examples will run on an earlier release but you must compile and run them locally.
To run an example using Java Web Start, click the [Launch] link in the first column of the table. The first time you run an example, there will be a delay while Java Web Start downloads the JAR file containing the class files for this lesson's examples. Afterward, the examples should execute more quickly.
Compiling and Running the Examples Locally
The second column in the table below has links to zip files for each demo that you can open and run in the NetBeans IDE. Refer to
Running Tutorial Examples in NetBeans IDE for more information.
If you download an individual example, take care to have all the necessary files in the proper hierarchy when you compile and run it. All of the examples in the Swing tutorial are placed in a package. For example, the components examples are placed in a components
package. See the following image for the complete structure. Note that any examples using images expect their image files to be in a directory named images
that is in the same directory as the example's src files.
You can find out which files each example needs by consulting the following table or by looking at the comments at the beginning of each source file.
例子 |
Zip File
(contains all files necessary for the example plus NetBeans IDE project metadata) |
Source Files (first file has the main method, except for examples that run only as applets) |
Image & Other Files |
Where Described |
AccessibleScrollDemo [Launch]
|
Accessible Scroll Demo Project |
AccessibleScrollDemo.java
Rule.java
Corner.java
ScrollablePicture.java |
flyingBee.jpg |
如何支持辅助技术 |
ActionDemo [Launch]
|
Action Demo Project |
ActionDemo.java |
jlfgr-1_0.jar |
如何使用动作 |
DesktopDemo* |
Desktop Demo Project |
DesktopDemo.java |
desk32.gif |
如何与桌面类集成 |
Diva [Launch]
|
Diva Project |
Diva.java |
|
How to Decorate Components with JLayer |
FieldValidator [Launch]
|
FieldValidator Project |
FieldValidator.java |
|
How to Decorate Components with JLayer |
FocusConceptsDemo [Launch]
|
Focus Concepts Demo Project |
FocusConceptsDemo.java |
|
如何使用焦点子系统 |
FocusTraversalDemo [Launch]
|
Focus Traversal Demo Project |
FocusTraversalDemo.java |
|
如何使用焦点子系统 |
GradientTranslucentWindowDemo [Launch]
|
Gradient Translucent Window Demo Project |
GradientTranslucentWindowDemo.java |
|
如何创建半透明和形状的 Windows |
InputVerificationDemo [Launch]
|
Input Verification Demo Project |
InputVerificationDemo.java |
|
如何使用焦点子系统 |
InputVerificationDialogDemo [Launch]
|
Input Verification Dialog Demo Project |
InputVerificationDialogDemo.java |
|
如何使用焦点子系统 |
ModalityDemo [Launch]
|
Modality Demo Project |
ModalityDemo.java |
|
如何在对话框中使用模态 |
Myopia [Launch]
|
Myopia Project |
Myopia.java |
|
How to Decorate Components with JLayer |
ShapedWindowDemo [Launch]
|
Shaped Window Demo Project |
ShapedWindowDemo.java |
|
如何创建半透明和形状的 Windows |
SplashDemo |
Splash Demo Project |
SplashDemo.java |
splash.gif |
如何创建启动画面 |
TablePrintDemo1 [Launch]
|
Table Print Demo1 Project |
TablePrintDemo1.java |
failed.png , passed.png . |
如何打印表格 |
TablePrintDemo2 [Launch]
|
Table Print Demo2 Project |
TablePrintDemo2.java
TablePrintDemo1.java |
failed.png , passed.png failed-BW.png , passed-BW.png . |
如何打印表格 |
TablePrintDemo3 [Launch]
|
Table Print Demo3 Project |
TablePrintDemo3.java
TablePrintDemo2.java
TablePrintDemo1.java |
failed.png , passed.png failed-BW.png , passed-BW.png clipBottom.png , clipBottomLeft.png clipBottomRight.png , clipLeft.png , clipRight.png , clipTop.png , clipTopCenter.png , clipTopLeft.png , clipTopRight.png , finalGrades.png . |
如何打印表格 |
TapTapTap [Launch]
|
TapTapTap Project |
TapTapTap.java |
|
How to Decorate Components with JLayer |
TextAreaPrintingDemo [Launch]
|
Text Area Printing Demo Project |
TextAreaPrintingDemo.java |
print.png , toprint.txt , guide.txt . |
如何打印文本 |
TextBatchPrintingDemo [Launch]
|
Text Batch Printing Demo Project |
TextBatchPrintingDemo.java |
index.html , chapter1.html , chapter2.html , chapter3.html , chapter4.html , chapter5.html , chapter6.html , chapter7.html , chapter8.html , chapter9.html , chapter10.html , chapter11.html . |
如何打印文本 |
TrackFocusDemo [Launch]
|
Track Focus Demo Project |
TrackFocusDemo.java
Picture.java |
Maya.jpg , Anya.jpg , Laine.jpg , Cosmo.jpg , Adele.jpg , Alexi.jpg . |
如何使用焦点子系统 |
TrayIconDemo* |
Tray Icon Demo Project |
TrayIconDemo.java |
bulb.gif |
如何使用系统托盘 |
TranslucentWindowDemo [Launch]
|
Translucent Window Demo Project |
TranslucentWindowDemo.java |
|
如何创建半透明和形状的 Windows |
Wallpaper [Launch]
|
Wallpaper Project |
Wallpaper.java |
|
How to Decorate Components with JLayer |
* This application is not currently available with Java Web Start. To run it, download and compile it, and then run it as an application.