literal string expansion



I have 150 checkboxes named jCB001...jCB150.
How would I loop through them in a for/next loop performing actions on
them. If I held their names in an array, how would I make use of that
String in the array to reference the checkbox object? Is there a way
to do this?
.



Relevant Pages

  • Re: literal string expansion
    ... How would I loop through them in a for/next loop performing actions on ... String in the array to reference the checkbox object? ... JPanel.getComponentsto get your comboboxes as an array. ... It hadn't occurred to me to look for methods in the underlying jpanel. ...
    (comp.lang.java)
  • Re: literal string expansion
    ... How would I loop through them in a for/next loop performing actions on ... String in the array to reference the checkbox object? ... JPanel and then use ... JPanel.getComponentsto get your comboboxes as an array. ...
    (comp.lang.java)