summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.ui.swing/src/main/java/net/wotonomy/ui/swing/components/package.html
blob: 026ecfc44e9e4162666ed7e907311f1bb8df36b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>