scijava/scijava-ui-swing

Allow drag-and-dropped files to populate the SwingFileWidget value

Closed this issue · 2 comments

fiji.util.gui.GenericDialogPlus implements drop targets for all text fields, including file fields. Maybe this can be done similarly for SwingFileWidget and SwingTextWidget.

This is done in f0d2a87 which is part of #27.