public Component getTableCellRendererComponent(JTable table, Object value,
boolean isSelected, boolean hasFocus, int row, int column) {
// This null check is for the visual editors
if (this.passwordDataFieldCloned == null) {
this.passwordDataFieldCloned = new PasswordDataField();
this.passwordDataFieldOriginal = new PasswordDataField();
}
//PM:29/4/08 Set correct border
this.passwordDataFieldCloned.setBorder(this.passwordDataFieldOriginal.getBorder());