How to request to edit cell? I added popup menu in DefaultTableModel. And if I click to JMenuItem changename, I would starting editing cell in 2nd row. This row is editable.
            Asked
            
        
        
            Active
            
        
            Viewed 37 times
        
    0
            
            
        - 
                    1Here is a similar question which should help you. http://stackoverflow.com/questions/11838242/start-editing-in-a-cell-in-jtable-on-gaining-focus – My-Name-Is Jun 29 '13 at 19:09
 - 
                    See also [`TablePopupEditor `](http://stackoverflow.com/a/3591230/230513). – trashgod Jun 29 '13 at 19:58
 - 
                    _I added popup menu in DefaultTableModel_ taken literally, that's **wrong** - you **never** add views to the model ... better show a SSCCE to clarify what you are really doing and what you expect to happen – kleopatra Jun 30 '13 at 10:12