Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JTable Tab-key problem

Status
Not open for further replies.

tom62

Programmer
Nov 12, 2002
152
DE
I've got a problem using the tab-key in a JTable that drives me (and my collegues) crazy.

In our JTable we placed ordinary JTextfields and JCheckBoxes. Normally when using the tab-key inside the JTable the border of cell that has the focus is "highlighted". This is also the case in our JTable, but not for those cells that contain the JTextfield or JCheckBox (which ofcourse means that the user doesn't have a clue that this cell has the focus).

Just for information, I use java 1.3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top