swing - Get all selected checkboxes in Java -
i have dialog in java presents ~ 15 checkboxes user. there way names of checked checkboxes @ once? currently, i'm looking 1 one if selected, isn't fancy of solution.
i'm looking similar getting selected checkboxes in array in java
when adding checkboxes dialog keep reference in collection of sort. when want see checked can iterate on collection , check state of each of them. can name calling gettext on it.
Comments
Post a Comment