JTable selected cell highlight
Hi,
I want to reproduce Excel behaviour in a JTable :
highlight the cell on which user has clicked once
show the caret when the user has double-cliked on it.
The second behaviour looks like being built-in the JTable
But when the user clicks once on the cell not visual effect appears
to reflect the click event.
I would like to have the selected cell "border" painted in another color.
Would you have a hint for that ?
thanks

