From aedc34d55462a75e329bbf342251ff6504cd117e Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sun, 19 May 2024 17:56:33 -0400 Subject: Initial import from SVN --- .../main/java/net/wotonomy/ui/swing/package.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html (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 new file mode 100644 index 0000000..574cc7b --- /dev/null +++ b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html @@ -0,0 +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. +

+ -- cgit v1.2.3