Focus problems with jcomboboxes in jtables
Today i ran into some Jtable bugs in java 1.4.2 . More info can be found the following pages: Editing and FocusCycle, and Bug: 4684090.
Also good to know: If you navigate a jtable using cursor keys and you start editing a field, you don’t see a cursor. This can be fixed by calling table.setSurrendersFocusOnKeystroke(true).
16 Feb 2005 |
February 17th, 2005 at 4:46 pm
table.setSurrenders-FocusOnKeystroke(true) ... where have you been 2 weeks ago, where I struggled exactly with that thing….
February 17th, 2005 at 4:46 pm
forgot to enter my name