In the part of your table where you setup the CellEditor, there should be
some sort of JCheckBox variable you used to initialize the editor. Try
putting
<nameOfThisJCheckBoxVariable>.setHorizontalAlignment(JCheckBox.CENTER). By
default, the alignment is set to align left, which is why you are seeing it
move to the left while you are editing it (by clicking) and then return to
the center.
Hope this helps!
<jame...@my-deja.com> wrote in message
news:9275fd7e.01081...@posting.google.com...