this.logMessageTable = logMessageTable;
}
return;
}
int row = logMessageTable.rowAtPoint(event.getPoint());
int column = logMessageTable.columnAtPoint(event.getPoint());
LogManager.log.debug("The clicked row data " + logMessageTable.getModel().getValueAt(row, column));
}
}
}
From: Bhangale, Bhushan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 2:20 PM
To: 'Advanced-Swing'
Subject: JTable row selection
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."
