Introduction
JRichClient is a set of Java developer libraries to build rich
Swing desktop client applications. The first library is RichDock, a
docking framework to manage the windows within your application.
Work in Progress
This is a work in progress. Check back for announcements as
the project develops.
Main Modules
- RichDock is the main module for the Java docking framework.
- RichDock Demo is a module of demonstration applications.
Other Modules
-
MultiSplitPane is based on code written by Hans Muller
of Sun Microsystems. The MultiSplitDockingPort
implementation uses this code. This code is included as part
of SwingX, but
rather than depend on the entire library, we break out only
the code needed by JRichClient into its own separate module.