fix умножения сапфоровских задач

v++
This commit is contained in:
2025-02-13 18:40:53 +03:00
parent dd1f7f8040
commit 91f4ed4a17
12 changed files with 69 additions and 60 deletions

View File

@@ -21,7 +21,7 @@ public abstract class DataTable extends StyledTable implements DataControl {
}
}
}
//-------------------------------
//------------------------------
/*
public void SelectRow(int r) {
getSelectionModel().setSelectionInterval(r, r);