From: Bhangale, Bhushan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 10:37 AM
To: 'Advanced-Swing'
Subject: ListSelectionListener in JTable
table.getSelectionModel().addListSelectionListener(tableSelectionListener);
int first = event.getFirstIndex();
int last = event.getLastIndex();
LogManager.log.debug("Row selection changed = " + first + " " + last);
}
}
}
Bhushan Bhangale
Sr. Software Engineer
Fusion Infotech India Private Ltd.
Ph. no. - 1-212-641-6932 (O)
"The information in this e-mail, and any attachment therein, is
confidential and for use by the addressee only. If you are not the
intended recipient, please return the e-mail to the sender and delete
it from your computer. Although The Bank of New York attempts to
sweep e-mail and attachments for viruses, it does not guarantee that
either are virus-free and accepts no liability for any damage sustained
as a result of viruses."
"The information in this e-mail, and any attachment therein, is
confidential and for use by the addressee only. If you are not the
intended recipient, please return the e-mail to the sender and delete
it from your computer. Although The Bank of New York attempts to
sweep e-mail and attachments for viruses, it does not guarantee that
either are virus-free and accepts no liability for any damage sustained
as a result of viruses."
