I want to validate user input in a table cell, and I use the Nimbus Look and Feel.
Here is the code of a cell editor that validates integer input: WholeNumberField
It extends JTextField and adds input validation.
When I set it for the column it works fine, but it can't accommodate the text:

When I use default cell editor, it all looks fine:

How can I this editor look like the default editor?