#include ../../../bookdefs.mem4 Using Other Swing Features: Examples (The Java™ Tutorials > Creating a GUI with Swing > Using Other Swing Features)
Trail: Creating a GUI with Swing
Lesson: Using Other Swing Features
Home Page > Creating a GUI with Swing > Using Other Swing Features

Using Other Swing Features: Examples

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.

Release 6.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 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.

Table of Examples

Example 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
  
  
  
flyingBee.jpg How to Support Assistive Technologies
ActionDemo [Launch] Action Demo Project jlfgr-1_0.jar How to Use Actions
DesktopDemo * Desktop Demo Project desk32.gif How to Integrate with the Desktop Class
Diva [Launch] Diva Project   How to Decorate Components with JLayer
FieldValidator [Launch] FieldValidator Project   How to Decorate Components with JLayer
FocusConceptsDemo [Launch] Focus Concepts Demo Project    How to Use the Focus Subsystem
FocusTraversalDemo [Launch] Focus Traversal Demo Project    How to Use the Focus Subsystem
InputVerificationDemo [Launch] Input Verification Demo Project    How to Use the Focus Subsystem
InputVerificationDialogDemo [Launch] Input Verification Dialog Demo Project    How to Use the Focus Subsystem
ModalityDemo [Launch] Modality Demo Project    How to Use Modality in Dialogs
Myopia [Launch] Myopia Project   How to Decorate Components with JLayer
SplashDemo Splash Demo Project splash.gif How to Create a Splash Screen
TablePrintDemo1 [Launch] Table Print Demo1 Project failed.png, passed.png. How to Print Tables
TablePrintDemo2 [Launch] Table Print Demo2 Project
  
failed.png, passed.png failed-BW.png, passed-BW.png. How to Print Tables
TablePrintDemo3 [Launch] Table Print Demo3 Project
  
  
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. How to Print Tables
TapTapTap [Launch] TapTapTap Project   How to Decorate Components with JLayer
TextAreaPrintingDemo [Launch] Text Area Printing Demo Project print.png, toprint.txt, guide.txt. How to Print Text
TextBatchPrintingDemo [Launch] Text Batch Printing Demo Project index.html, chapter1.html, chapter2.html, chapter3.html, chapter4.html, chapter5.html, chapter6.html, chapter7.html, chapter8.html, chapter9.html, chapter10.html, chapter11.html. How to Print Text
TrackFocusDemo [Launch] Track Focus Demo Project
  
Maya.jpg, Anya.jpg, Laine.jpg, Cosmo.jpg, Adele.jpg, Alexi.jpg. How to Use the Focus Subsystem
TrayIconDemo * Tray Icon Demo Project bulb.gif How to Use the System Tray
Wallpaper Project   How to Decorate Components with JLayer


* This application is not currently available with Java Web Start because we distribute only unsigned JAR files. To run it, download and compile it, and then run it as an application.


Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page:
Next page: