summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:55:46 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:56:12 -0400
commitff072dfe782f6f22123cd4ba050828d35c0d0fbd (patch)
tree1e2c9e86252dcba86f72fb629ef4d6f68f73cd2c /projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy
parentd1378716fda89e48450b7ca1333b505d800504a5 (diff)
Some lingering tweaks
Diffstat (limited to 'projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy')
-rw-r--r--projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/components/package.html50
-rw-r--r--projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/package.html40
-rw-r--r--projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/util/package.html10
3 files changed, 50 insertions, 50 deletions
diff --git a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/components/package.html b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/components/package.html
index 618651b..026ecfc 100644
--- a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/components/package.html
+++ b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/components/package.html
@@ -1,26 +1,26 @@
<body>
-<p>
-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.
-</p>
-<p>
-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.
-</p>
-<p>
-Also of note is the InfoPanel, which automates
-the placement and layout of labeled fields on
-a panel.
-</p>
-<p>
-And the
-various cell renderer and editor components can
-be useful as well.
-</p>
-</body>
+ <p>
+ 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.
+ </p>
+ <p>
+ 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.
+ </p>
+ <p>
+ Also of note is the InfoPanel, which automates
+ the placement and layout of labeled fields on
+ a panel.
+ </p>
+ <p>
+ And the
+ various cell renderer and editor components can
+ be useful as well.
+ </p>
+</body> \ No newline at end of file
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
diff --git a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/util/package.html b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/util/package.html
index 97f1598..24aeea0 100644
--- a/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/util/package.html
+++ b/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/util/package.html
@@ -1,6 +1,6 @@
<body>
-<p>
-Contains utilities that ease Swing development
-but don't quite qualify as components.
-</p>
-</body>
+ <p>
+ Contains utilities that ease Swing development
+ but don't quite qualify as components.
+ </p>
+</body> \ No newline at end of file