| BrowserLauncher | BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the
 current user of the system to the given URL. | 
| ClientIconUtil |  | 
| ClientLifecycle | A static collection of listeners that will be notified when the client is shutdown. | 
| ClientLoggingSystem |  | 
| ClientQualifiedPathUtils |  | 
| ClientRepaintManager | This repaint manager lets use have components opt-into a coalesced repaint mode, where their repaint requests
 are translated as repaint requests on their parent for their location. | 
| ClipboardUtil |  | 
| DoubleDimension |  | 
| EasyFileFilter | A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows
 about. | 
| EDTUtil |  | 
| EdtWatchdog | Monitors Swing's EDT for responsiveness. | 
| HoverTracker | This class is an overly complex way to do something that you think should be simple. | 
| JxBrowserUtil | This class should only be called if JX Browser libs are on the class path. | 
| LocalFallbackInfo | Local client fallback is a mechanism where a client tries to see if there is a gateway on the local machine,
 and if so, automatically can retarget to that local gateway in the event of losing it's connection. | 
| LocalFallbackInfo.Loader |  | 
| LocalObjectTransferable |  | 
| MultiplexedTransferable | A transferable that accepts multiple transferables and will multiplex between them. | 
| NumberComparator |  | 
| ResourceTransferUtil |  | 
| SerializableTransferable |  | 
| ShapeIcon | Handy class that lets you use a Shape as an icon. | 
| TrackableByteArrayInputStream | A Byte array that notifies an instance of child interface "Tracker" about the progress through the stream |