Andrej Koelewijn

2/16/2005

Focus problems with jcomboboxes in jtables

Filed under: — site admin @ 4:48 pm

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).

Powered by WordPress