java - How to restrain checking single checkbox in multiple columns in Jtable -
i trying implement jtable includes 3 check-box tables this:
can tell me how set single selection group of checkboxes allows 1 selected check-box in single row @ time?
i know of nothing out-of-the-box doing this. i´d have tablemodellistener check these columns every time change made , call setvalueat on checkboxes needed.
Comments
Post a Comment