JavaFX Error when trying to make Tableview Clickable

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

Leave a Comment