Java Icon after packaging standalone application

8 ビュー (過去 30 日間)
Packy
Packy 2016 年 10 月 13 日
編集済み: Yair Altman 2022 年 10 月 27 日
Hi all!!! I'm trying to replace the default matlab icon in the top left corner of my gui; i've read that it is possible to choose it with the deploytool but i cannot reach my goal; after selecting the desired icon, the only thing that changes is the application icon (and not the one in the top left corner). I've tried with this code:
warning('off','MATLAB:HandleGraphics:ObsoletedProperty:JavaFrame');
javaFrame = get(hObject,'JavaFrame');
javaFrame.setFigureIcon(javax.swing.ImageIcon('ICONA.png'));
Running the code (as script) the change works great, but after packaging the standalone application appears the java icon in the top left corner.
Someone could help me?
Thank you very much for the attention!

回答 (2 件)

Prasad Mendu
Prasad Mendu 2016 年 10 月 19 日
編集済み: Prasad Mendu 2016 年 10 月 19 日
Unfortunately, the ability to change that Java icon you are referring to into a custom one is not supported yet by MATLAB.
  2 件のコメント
Packy
Packy 2016 年 10 月 19 日
First of all thank you for your answer... Can you tell me why the code i used works properly (i can select a custom image for icon) when i run my application directly with matlab and it doesn't work after packaging the standalone application?
Cleber Gama
Cleber Gama 2019 年 7 月 11 日
i am with this problem too. Did you solved this?

サインインしてコメントする。


Yair Altman
Yair Altman 2022 年 10 月 27 日
編集済み: Yair Altman 2022 年 10 月 27 日
The icon image needs to be placed next to the executable when you run the program, otherwise it will not be found and the default Java icon is used. You can easily add this file in the "Files installed for your end users" section, at the bottom of the deploy-tool window, next to where the exe filename is displayed.
(for old Matlab releases with the old build tool, add it to the "shared resource and helper file" section of the Build tab, as shown here)

カテゴリ

Help Center および File ExchangeStandalone Applications についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by