Learn
-
See this quick how-to on creating custom table cell editors.
-
Visit the Sun tutorial on Swing, which is a good follow-up to this tutorial and will cover any components not covered here.
-
Read the Swing Javadoc to see all the possible functions you can call on your Swing components.
-
The JavaDesktop Web page offers the newest techniques in Swing.
-
John Zukowski's Magic with Merlin series and Taming Tiger series cover Swing and related topics regularly.
-
Michael Abernethy has penned several more advanced Swing-related articles, including "Ease Swing development with the TableModel Free framework" (developerWorks, October 2004), "Go state-of-the-art with IFrame" (developerWorks, March 2004), and "Advanced Synth" (developerWorks, February 2005).
-
You'll find articles about every aspect of Java programming, including all the concepts covered in this tutorial, in the developerWorks Java technology zone.
-
eclipse.org is the official resource for the Eclipse development platform. Here you'll find downloads, articles, and discussion forums to help you use Eclipse like a pro.
-
The developerWorks Open source zone has an entire section devoted to Eclipse development.
Get products and technologies
-
Download the swing2.jar used in this tutorial. This also includes the
TableSorterandSwingWorkerclasses that Sun doesn't ship with the JDK but includes in the Swing documentation.
Discuss
-
The Client-side Java programming discussion forum is another good place for assistance with Swing.
-
Get involved in the developerWorks community by participating in developerWorks blogs.


