JTable support in Netbeans 4.1

D

Dave Brown

Hi All,

Does anyone know which event is fired when a row is selected on a JTable ?

It doesnt appear to be an event in netbeans list of events for a JTable.

Thanks,
 
R

Roland

Hi All,

Does anyone know which event is fired when a row is selected on a JTable ?

It doesnt appear to be an event in netbeans list of events for a JTable.

Thanks,
ListSelectionEvent on ListSelectionListener
JTable.getSelectionModel().addListSelectionListener(ListSelectionListener)
--
Regards,

Roland de Ruiter
` ___ ___
`/__/ w_/ /__/
/ \ /_/ / \
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top