christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Add list based constructor to LabeledComponentGroup (patch) #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by zachary....@gmail.com on 1 Feb 2009 at 2:24

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kenneth....@gmail.com on 3 Feb 2009 at 7:56

GoogleCodeExporter commented 8 years ago
Added constructor that takes a list o JComponents.

Original comment by kenneth....@gmail.com on 3 Feb 2009 at 9:34