| Issue 58: | Add list based constructor to LabeledComponentGroup (patch) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Hey all, Added a java.util.List based constructor to LabeledComponentGroup for use in my own code. I needed this because I'm using a helper class to build view buttons. The helper class iterates over a list of strings and creates a JButton from each string, which then gets put in a second list, and passed to the LabeledComponentGroup's constructor. |
||||||||||
,
Feb 03, 2009
(No comment was entered for this change.)
Status: Accepted
Owner: kenneth.orr Labels: -Type-Defect Type-Enhancement |
|||||||||||
,
Feb 03, 2009
Added constructor that takes a list o JComponents.
Status: Fixed
|
|||||||||||
|
|
|||||||||||