필터 지우기
필터 지우기

Why this error after downloading the latest uicomponent????

조회 수: 2 (최근 30일)
Tommie Heard
Tommie Heard 2014년 11월 25일
편집: Tommie Heard 2014년 11월 25일
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개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by