| Author |
how to bind a int value to a jcheckbox ?
|
Kevin Pang
Ranch Hand
Joined: Mar 01, 2005
Posts: 38
|
|
how to bind a int value to a jcheckbox? when user check the box, we can get the value of that checkbox.
Thanks.
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
setActionCommand(String.valueOf(yourIntValue))
|
 |
 |
|
|
subject: how to bind a int value to a jcheckbox ?
|
|
|