In my Java Desktop Application I have a TableView in which I want to have a column with CheckBoxes.
I did find where this has been done on Jonathan Giles’s website http://www.jonathangiles.net (the page where this was published in 2011 is no longer active so I removed the old link from the post), However, the download is not available and Jonathan Giles did not answer my email, so I thought I’d ask…
How do I put a CheckBox in a cell of my TableView?
You need to set a CellFactory on the TableColumn.
For example: