Change guide icon
古いコメントを表示
Hi all
function deneme_deneme_OpeningFcn(hObject, eventdata, handles, varargin)
jFrame=get(handles.figure1,'javaframe');
jicon=javax.swing.ImageIcon('icon.gif');
jFrame.setFigureIcon(jicon);
handles.output = hObject;
guidata(hObject, handles);
-------------------------------------------------------------
showed icon.but I get an error command window.
-------------------------------------------------------------
Warning: figure JavaFrame property will be obsoleted in a future release. For more
information see the JavaFrame resource on the MathWorks Web site.
>
In deneme_deneme>deneme_deneme_OpeningFcn at 19
In gui_mainfcn at 221
In deneme_deneme at 15
In guidefunc>layoutActivate at 1140
In guidefunc at 14
--------------------------------------------------------------------
what is this ? but study, all the normal. (icon appears)
---------------------------------------------------------------------
採用された回答
その他の回答 (3 件)
Jan
2011 年 5 月 14 日
No warning appears with this method:
jFrame=get(handle(handles.figure1), 'javaframe');
I'm still getting the warning after using
1 件のコメント
Walter Roberson
2019 年 2 月 7 日
Mathworks has not completely eliminated the JavaFrame property so it continues to warn. At some point, instead of warning it will just fail.
You are not intended to get the java frame yourself.
Allan III T. Condiman
2020 年 1 月 22 日
編集済み: Allan III T. Condiman
2020 年 1 月 22 日
0 投票
for me it's okay there's no getting error.
カテゴリ
ヘルプ センター および File Exchange で Spline Postprocessing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!