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 |
Comments (2)