javafx comment mettre plusieurs gestionnaires dans la même ligne
listViewB.addEventHandler(DragEvent.DRAG_DROPPED, e -> {
// handler code here...
});
Energetic Eland
listViewB.addEventHandler(DragEvent.DRAG_DROPPED, e -> {
// handler code here...
});