JTable - Getting a cell into Edit mode on pressing Tab

后端 未结 3 1200
伪装坚强ぢ
伪装坚强ぢ 2020-12-30 08:40

This is possibly has a trivial solution, but I am at the end of my tether so I hope somebody can help out.

I use a JTable which has a custom renderer and a custom ed

3条回答
  •  情话喂你
    2020-12-30 09:28

    You can achieve this programatically, you simply listen to the focus events on the cell, on focus and editing allowed, start editing.

    More on this thread and example

提交回复
热议问题