Allow drag-and-dropped files to populate the SwingFileWidget value
Closed this issue · 2 comments
ctrueden commented
As requested by @imagejan in imagej/imagej-legacy@55feddd#commitcomment-11485193.
imagejan commented
fiji.util.gui.GenericDialogPlus
implements drop targets for all text fields, including file fields. Maybe this can be done similarly for SwingFileWidget
and SwingTextWidget
.