How do I make the main window to react to a table click

Posted by Ayelet on Stack Overflow See other posts from Stack Overflow or by Ayelet
Published on 2010-05-07T14:19:47Z Indexed on 2010/05/07 14:28 UTC
Read the original article Hit count: 144

Filed under:
|

I am a new user of Java swing. I need to be able to create a popup with row info when the user clicks on that row. I managed to incorporate the mouseClick event reaction in my table class, and I have the row info available. But I don't know how to notify the main window about the event so it can display the dialog box/popup box. Can you help me?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing