From ff072dfe782f6f22123cd4ba050828d35c0d0fbd Mon Sep 17 00:00:00 2001
From: Benjamin Culkin
-Contains various and useful Swing components.
-These can be used in conjunction with
-the ui framework, however, there are no
-dependencies and all of these components can be used
-independently of the rest of the framework.
-
-Of note are the ButtonPanel classes, which
-automate the placement and layout of buttons
-in a manner consistent with the Java Look and Feel
-guidelines. This uses the BetterFlowLayout which
-is another useful class.
-
-Also of note is the InfoPanel, which automates
-the placement and layout of labeled fields on
-a panel.
-
-And the
-various cell renderer and editor components can
-be useful as well.
-
+ Contains various and useful Swing components.
+ These can be used in conjunction with
+ the ui framework, however, there are no
+ dependencies and all of these components can be used
+ independently of the rest of the framework.
+
+ Of note are the ButtonPanel classes, which
+ automate the placement and layout of buttons
+ in a manner consistent with the Java Look and Feel
+ guidelines. This uses the BetterFlowLayout which
+ is another useful class.
+
+ Also of note is the InfoPanel, which automates
+ the placement and layout of labeled fields on
+ a panel.
+
+ And the
+ various cell renderer and editor components can
+ be useful as well.
+
-Contains associations designed for use -with the Swing framework. -
--In general, most text components can use the -TextAssociation, and most buttons, including -checkboxes and radio buttons, can use the -ButtonAssociation. -
--Tables are handled with the TableColumnAssociation -by dealing with TableColumns that are later added -to a table. -
--The TreeAssociation will handle any component that -uses a TreeModel and a TreeSelectionModel. -
- --Contains utilities that ease Swing development -but don't quite qualify as components. -
-