When editing data in a JTable (Nimbus L & F), as the user tabs from cell to cell, it is not obvious which cell has focus. How can I make it clearer which cell has focus? I know there are a number of properties that can be set to modify Nimbus – does anyone know which property I want?
The screen shot below has only one property set to something other than the default:
UIManager.put("Table.showGrid", true);

you have look at Renderer concept,
by defaul works for Nimbus Look and Feel,
some issue could be with JButtons components (JCheckBox e.i.), but a few times are answered or solved on this forum