javafx Как поставить несколько обработчиков в одну и ту же линию
listViewB.addEventHandler(DragEvent.DRAG_DROPPED, e -> {
// handler code here...
});
Energetic Eland
listViewB.addEventHandler(DragEvent.DRAG_DROPPED, e -> {
// handler code here...
});