JavaFX - Outlook attachments - DnD
问题 Hello i need a DnD Solution to Drag Outlook Mail Attachments to a Stackpane. JavaFX / Outlook 2010 stackpaneDragAndDropZone.setOnDragOver((DragEvent event) -> { Dragboard db = event.getDragboard(); System.out.println(db.getContentTypes()); }); Has this Output: [[message/external-body;access-type=clipboard;index=0;name="faxdoc-150217-1300-+49-206581978.pdf"], [RenPrivateItem]] How can i use this RenPrivateItem? On regular Java i got a file with this code: dropTarget.addDropTargetListener(new