L
Lorenzo
Hi all,
I've seen that in java the method is CellEditable of a JTable can be
overruled as follows:
public boolean isCellEditable(int row, int column)
{
return false;
}
Any idea how does this code can be translated in MATLAB???
Cheers
lor
I've seen that in java the method is CellEditable of a JTable can be
overruled as follows:
public boolean isCellEditable(int row, int column)
{
return false;
}
Any idea how does this code can be translated in MATLAB???
Cheers
lor