JavaFX Error when trying to make Tableview Clickable

Solution 1:

You have the wrong import for MouseEvent. You need javafx.scene.input.MouseEvent, not the AWT version.