| Author |
jtable mouse click behaviour
|
miguel lisboa
Ranch Hand
Joined: Feb 08, 2004
Posts: 1281
|
|
i'm experimenting and at a given point i'v this code: i notice output appears twice: on mouse down once, and again on mouse up should this act this way? TiA
|
java amateur
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
should this act this way? Yes. A ListSelectionListener is most interested in tracking all changes in list selections: de-selection and selection. If you want to wait until all the flurry of activity subsides before asking what the new selection is you can use the ListSelectionEvent method getValueIsAdjusting. [ September 14, 2006: Message edited by: Craig Wood ]
|
 |
 |
|
|
subject: jtable mouse click behaviour
|
|
|