From ff072dfe782f6f22123cd4ba050828d35c0d0fbd Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:55:46 -0400 Subject: Some lingering tweaks --- .../main/java/net/wotonomy/ui/swing/package.html | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html') 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 @@ -

-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 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. +

+ \ No newline at end of file -- cgit v1.2.3