We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9effb55 commit 474655dCopy full SHA for 474655d
src/third_party_open/uiFileDnD/java_dnd.m
@@ -8,6 +8,7 @@ function java_dnd(target, dropFcn)
8
9
% Required: MLDropTarget.class under the same folder
10
11
+%#function MLDropTarget.class
12
if ~exist('MLDropTarget', 'class')
13
pth = fileparts(mfilename('fullpath'));
14
javaaddpath(pth); % dynamic for this session
0 commit comments