The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java.net SwingUtil Project

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Java.net SwingUtil Project Posted: Jun 9, 2005 11:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Java.net SwingUtil Project
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Java.net SwingUtil Project
There are numerous SwingUtil classes and packages all over the internet. I've created a project here where I've placed my swing utilities that I always use. If you've got utilities that you use, please consider contributing them to this project. Included:

VectorListModel
A ListModel that lets you update individual entries as well as the whole list.

SimpleProgress
A simple to use progress dialog that is good for count based progress display.

CircularListModel
A high speed ListModel that restricts its total content to a fixed number of entries. This ListModel provides a interface for item reuse and such optimizations that allow you to use a streaming JList to show high event rates through a system.

ComponentUpdateThread
This is my extension to SwingWorker that includes component disable/enable processing during construct() and support for Action objects, arrays of JComponent, Component and Action etc.

PreferencesMapper
This class provides a simple, easy to use way to map Preferences to components so that you can easily manage initializing the components and extracting the values from the components when the user presses the Okay button. Some example code using this class is shown here.

Read: Java.net SwingUtil Project

Topic: SWT Custom Widgets Previous Topic   Next Topic Topic: ResourceBundels vs MessageBundles

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use