Why this error after downloading the latest uicomponent????
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
handles.txtSeqFile = uicomponent( ...
'style','javax.swing.JTextField', ...
'parent',Layout.Cell(1,3), ...
'Tag', 'txtSeqFile', ...
'MouseClickedCallback',{@(handle,event)xMouseClick(handle,1)});
%---------error after executing above statement--------------
Error using javacomponentdoc_helper>applyArgumentsAndShow (line 197) Invalid input
Error in javacomponentdoc_helper (line 35)
Error in javacomponent (line 111) [hcomponent, hcontainer] = javacomponentdoc_helper(varargin{:});
Error in uicomponent (line 197) [jcomp, hcontainer] = javacomponent(javaComp,position,parent);
I am using Matlab R2014b.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!