# GUI,High risk of breaking in future versions,Java,Undocumented feature

Published articles for GUI,High risk of breaking in future versions,Java,Undocumented feature.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Matlab toolstrip - part 5 (icons)

DevFeed: [Matlab toolstrip - part 5 (icons)](<https://devfeed.tech/articles/matlab-toolstrip-part-5-icons-22322.md>)

Original publisher: [Read original article](<https://undocumentedmatlab.com/articles/matlab-toolstrip-part-5-icons>)

Author: Yair Altman

Published: 2019-01-06T17:00:37Z

Content type: tutorial

Language: en

Sources: [Undocumented Matlab](<https://devfeed.tech/sources/undocumented-matlab.md>)

Topics: [MATLAB](<https://devfeed.tech/topics/matlab.md>), [GUI](<https://devfeed.tech/topics/gui.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [customization](<https://devfeed.tech/tags/customization.md>), [gui](<https://devfeed.tech/tags/gui.md>), [gui-high-risk-of-breaking-in-future-versions-java-undocumented-feature](<https://devfeed.tech/tags/gui-high-risk-of-breaking-in-future-versions-java-undocumented-feature.md>), [high-risk-of-breaking-in-future-versions](<https://devfeed.tech/tags/high-risk-of-breaking-in-future-versions.md>), [icons](<https://devfeed.tech/tags/icons.md>), [java](<https://devfeed.tech/tags/java.md>), [toolstrip](<https://devfeed.tech/tags/toolstrip.md>), [undocumented-feature](<https://devfeed.tech/tags/undocumented-feature.md>)

### AI overview

This tutorial explains how to set icons for MATLAB toolstrip controls and app windows. It covers standard icons, local PNG or JPG files, images packaged in JAR files, and Java objects.

### Source excerpt

Icons can be specified in various ways for toolstrip controls and the app window itself. The post Matlab toolstrip - part 5 (icons) appeared first on Undocumented Matlab. Related posts: Matlab toolstrip - part 3 (basic customization) Matlab toolstrips can be created and customized in a variety of ways. ... Matlab toolstrip - part 9 (popup figures) Custom popup figures can be attached to Matlab GUI toolstrip controls. ... Matlab toolstrip - part 2 (ToolGroup App) Matlab users can create custom Apps with toolstrips and docked figures. ... Matlab toolstrip - part 8 (galleries) Matlab toolstrips can contain customizable gallery panels of items. ...