JTable won't listen to Doubleclicks
问题 I´m trying to implement an undo (and redo) function for an editable JTable with the default components. The JTable has an extra class to specify its properties called SpecifiedJTable . To do so I wanted to grab the moment when a cell is doubleclicked (i.e. the moment when a cell is chosen/marked to be edited) to push the information in the cell and its coordinates onto the stack. This should be done by a MouseListener ...at least that was my idea. I tried this (standing in the constructor of