Java FX fxml on Action

Replace:

import java.awt.event.ActionEvent;

with:

import javafx.event.ActionEvent;

Leave a Comment