Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Mar 25, 2024
1 parent 90d5cc1 commit a027eef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,9 @@ public void setCellFactory() {
}
}

/**
* Adapted from https://stackoverflow.com/a/41282740/1057105
*/
private static class NumberTableCellFactory<S, T>
implements Callback<TableColumn<S, T>, TableCell<S, T>> {
private final int startNumber;
Expand Down

0 comments on commit a027eef

Please sign in to comment.