Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

How to create checkboxes at runtime?



Hi,
I have a need to create a checkbox list based on the contents read from a file at runtime. Once established, the user selects/deselects the approriate item checkboxes and then clicks a button to process those selected checkboxes. I have seen plenty of examples where the checkboxes are known prior to runtime, but for my application, this is not possible.
Thanks for any assistance