¡@

Home 

java Programming Glossary: parallelgroup

How to iteratively add Components to a Swing GroupLayout ParallelGroup?

http://stackoverflow.com/questions/10094825/how-to-iteratively-add-components-to-a-swing-grouplayout-parallelgroup

to iteratively add Components to a Swing GroupLayout ParallelGroup Is there a way to iterate over a List of Components and add.. way to iterate over a List of Components and add them to a ParallelGroup in Swing GroupLayout It seems difficult because there is no.. difficult because there is no method to get hold of the ParallelGroup. Here is the code generating a List of Components in this case..