JTable starts editing when F3 is pressed - howto disable?
843807Sep 6 2010 — edited Sep 7 2010Hi,
I would like to add some shortcuts to my application (F3, F4, F5, ...), however when the JTable has focus and JTable's cursor is on a editable cell, it starts the editing process.
Is there a way to tell the JTable to "ignore" some keys?
Thank you in advance, Clemens