Skip to content

Commit

Permalink
Update CardStockTableModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent a53ea6d commit bbf36c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public Class<?> getColumnClass(int columnIndex) {
@Override
public boolean isCellEditable(int row, int column) {

if(writable)
if(isWritable())
return !(column ==1 || column==2|| column==3 || column==4 || column==15 || column==17 );
else
return false;
Expand Down

0 comments on commit bbf36c2

Please sign in to comment.