List of usage examples for javafx.scene Cursor CLOSED_HAND
Cursor CLOSED_HAND
To view the source code for javafx.scene Cursor CLOSED_HAND.
Click Source Link
From source file:view.EditorView.java
@FXML void insertRoomOnMousePressed(@SuppressWarnings("unused") MouseEvent event) { insertRoom.setCursor(Cursor.CLOSED_HAND); }