Tag Archives: FindJObj

Customizing listbox & editbox scrollbars

Matlab listbox and multi-line editbox uicontrols have pre-configured scrollbars. This article shows how they can be customized.

Categories: GUI, Java, Medium risk of breaking in future versions, UI controls
Tags: , , ,
11 Comments

Rich Matlab editbox contents

The Matlab editbox uicontrol does not handle HTML contents as do other uicontrols. In this article I show how this limitation can be removed.

Categories: GUI, High risk of breaking in future versions, Java, UI controls
Tags: , , ,
16 Comments

FindJObj GUI – display container hierarchy

The FindJObj utility can be used to present a GUI that displays a Matlab container’s internal Java components, properties and callbacks.

Categories: Figure window, GUI, Handle graphics, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , , , , ,
3 Comments

FindJObj – find a Matlab component’s underlying Java object

The FindJObj utility can be used to access and display the internal components of Matlab controls and containers. This article explains its uses and inner mechanism.

Categories: Figure window, GUI, Handle graphics, High risk of breaking in future versions, Java, UI controls, Undocumented feature
Tags: , , , , , ,
19 Comments

GUI integrated HTML panel

Simple HTML can be presented in a Java component integrated in Matlab GUI, without requiring the heavy browser control.

Categories: GUI, Java, Low risk of breaking in future versions, UI controls
Tags: , , , ,
3 Comments

Customizing Matlab labels

Matlab’s text uicontrol is not very customizable, and does not support HTML or Tex formatting. This article shows how to display HTML labels in Matlab and some undocumented customizations

Categories: GUI, Handle graphics, Hidden property, Java, Low risk of breaking in future versions, UI controls
Tags: , , , , , ,
2 Comments