diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:55:46 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:56:12 -0400 |
| commit | ff072dfe782f6f22123cd4ba050828d35c0d0fbd (patch) | |
| tree | 1e2c9e86252dcba86f72fb629ef4d6f68f73cd2c /projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html | |
| parent | d1378716fda89e48450b7ca1333b505d800504a5 (diff) | |
Some lingering tweaks
Diffstat (limited to 'projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html')
| -rw-r--r-- | projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html index 574cc7b..894a3d7 100644 --- a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html +++ b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html @@ -1,21 +1,21 @@ <body> -<p> -Contains associations designed for use -with the Swing framework. -</p> -<p> -In general, most text components can use the -TextAssociation, and most buttons, including -checkboxes and radio buttons, can use the -ButtonAssociation. -</p> -<p> -Tables are handled with the TableColumnAssociation -by dealing with TableColumns that are later added -to a table. -</p> -<p> -The TreeAssociation will handle any component that -uses a TreeModel and a TreeSelectionModel. -</p> -</body> + <p> + Contains associations designed for use + with the Swing framework. + </p> + <p> + In general, most text components can use the + TextAssociation, and most buttons, including + checkboxes and radio buttons, can use the + ButtonAssociation. + </p> + <p> + Tables are handled with the TableColumnAssociation + by dealing with TableColumns that are later added + to a table. + </p> + <p> + The TreeAssociation will handle any component that + uses a TreeModel and a TreeSelectionModel. + </p> +</body>
\ No newline at end of file |
