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: Using Other Swing Features

Using Other Swing Features: Examples (1.4)

The table that follows lists every 1.4 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 JavaTM Web Start.

Version Note: Although these examples use the 1.4 API, many of them can be compiled and run in 1.3 if you remove the call to setDefaultLookAndFeelDecorated. To see earlier versions of most of these examples, go to the 1.1/1.2 example list (in the Creating a GUI with JFC/Swing trail).

To run an example using Java Web Start, click the [Run] 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. If you have trouble using Java Web Start, see Installing and Using Java Web Start (in the Creating a GUI with JFC/Swing trail).

Compiling and Running the Examples Locally


Note: Examples are applications unless noted otherwise. See Getting Started with Swing (in the Creating a GUI with JFC/Swing trail) for details about releases and instructions on compiling and running programs.
You can get the source, image, and other files required for all these examples by downloading the Tutorial Examples bundle (outside of the tutorial), which contains the files in the correct hierarchy. If you download an individual example, take care to have all the necessary files in the proper hierarchy when you compile and run it. For example, many examples expect their image files to be in a directory named images that's in the same directory as the example's class 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 Source Files (first file has the main method, except for examples that run only as applets) Image & Other Files Where Described
AccessibleScrollDemo [Run] AccessibleScrollDemo.java (in a .java source file)
   Rule.java (in a .java source file)
   Corner.java (in a .java source file)
   ScrollablePicture.java (in a .java source file)
youngdad.jpeg How to Support Assistive Technologies
ActionDemo [Run] ActionDemo.java (in a .java source file) jlfgr-1_0.jar How to Use Actions
BasicDnD [Run] BasicDnD.java (in a .java source file)   How to Use Data Transfer
BorderDemo [Run] BorderDemo.java (in a .java source file) wavy.gif How to Use Borders
CustomIconDemo [Run] CustomIconDemo.java (in a .java source file)
   ArrowIcon.java (in a .java source file)
middle.gif How to Use Icons
DragColorDemo [Run] DragColorDemo.java (in a .java source file)
   ColorTransferHandler.java (in a .java source file)
  How to Use Data Transfer
DragColorTextFieldDemo [Run] DragColorTextFieldDemo.java (in a .java source file)
   ColorTransferHandler.java (in a .java source file)
   ColorAndTextTransferHandler.java (in a .java source file)
  How to Use Data Transfer
DragFileDemo [Run] DragFileDemo.java (in a .java source file)
   FileAndTextTransferHandler.java (in a .java source file)
   TabbedPaneController.java (in a .java source file)
  How to Use Data Transfer
DragListDemo [Run] DragListDemo.java (in a .java source file)
   ArrayListTransferHandler.java (in a .java source file)
  How to Use Data Transfer
DragPictureDemo [Run] DragPictureDemo.java (in a .java source file)
   Picture.java (in a .java source file)
   DTPicture.java (in a .java source file)
   PictureTransferHandler.java (in a .java source file)
Maya.jpg, Anya.jpg, Laine.jpg, Cosmo.jpg, Adele.jpg, Alexi.jpg. How to Use Data Transfer
DragPictureDemo2 [Run] DragPictureDemo2.java (in a .java source file)
   Picture.java (in a .java source file)
   DTPicture.java (in a .java source file)
   PictureTransferHandler.java (in a .java source file)
   TransferActionListener.java (in a .java source file)
Maya.jpg, Anya.jpg, Laine.jpg, Cosmo.jpg, Adele.jpg, Alexi.jpg. How to Use Data Transfer
ExtendedDnDDemo [Run] ExtendedDnDDemo.java (in a .java source file)
   StringTransferHandler.java (in a .java source file)
   ListTransferHandler.java (in a .java source file)
   TableTransferHandler.java (in a .java source file)
  How to Use Data Transfer
FocusConceptsDemo [Run] FocusConceptsDemo.java (in a .java source file)    How to Use the Focus Subsystem
FocusTraversalDemo [Run] FocusTraversalDemo.java (in a .java source file)    How to Use the Focus Subsystem
IconDemoApplet [Run] IconDemoApplet.java (in a .java source file) (an applet)
   SwingWorker.java (in a .java source file)
   Photo.java (in a .java source file)
right.gif, left.gif, dimmedRight.gif, dimmedLeft.gif, stickerface.gif, lainesTongue.gif, kathyCosmo.gif, ewanPumpkin.gif,
To run the applet: IconDemoApplet.html
To view the <APPLET> tag: IconDemoApplet.atag
How to Use Icons
InputVerificationDemo [Run] InputVerificationDemo.java (in a .java source file)    How to Use the Focus Subsystem
InputVerificationDialogDemo [Run] InputVerificationDialogDemo.java (in a .java source file)    How to Use the Focus Subsystem
LabelDnD [Run] LabelDnD.java (in a .java source file)   How to Use Data Transfer
LabelDnD2 [Run] LabelDnD2.java (in a .java source file)   How to Use Data Transfer
TrackFocusDemo [Run] TrackFocusDemo.java (in a .java source file)
   Picture.java (in a .java source file)
Maya.jpg, Anya.jpg, Laine.jpg, Cosmo.jpg, Adele.jpg, Alexi.jpg. How to Use the Focus Subsystem

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.