Editing a JTable cell on double-click.

2002-03-19 Thread Reinstein, Lenny
I want to achieve this: When the user double-clicks a particular cell in the JTable, it becomes editable. What is the easiest way to do it? MouseListener listenes to double click, while the isCellEditable in the data model determines whether the cell is editable or not. How can I connect the two?

Re: Problem in JMenu with no JMenu Item

2002-03-19 Thread Greg Munt
What is the point of a menu with no menu items in it? - Original Message - From: "Senaka Suriyaarachchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 11:28 AM Subject: Problem in JMenu with no JMenu Item > Hi All > When I created the JBenuBar with JMenu havi