Tag Archives: uicontrol

37 relevant articles found:

Listbox layout customization

Matlab’s listbox layout can be modified to display multiple item columns and different inter-cell margins.

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

Editable combo-box

Matlab’s popup menu (combo-box) control is quite limited in its abilities. This article explains how we can work around these limitations.

Categories: GUI, Java, Low risk of breaking in future versions, Semi-documented function, UI controls
Tags: , , ,
20 Comments

Editbox data input validation

Undocumented features of Matlab editbox uicontrols enable immediate user-input data validation

Categories: GUI, Handle graphics, Java, Medium risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , , ,
6 Comments

Customizing editboxes

Matlab’s editbox can be customized in many useful manners

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

Rich-contents log panel

Matlab listboxes and editboxes can be used to display rich-contents HTML-formatted strings, which is ideal for log panels.

Categories: GUI, Icons, Low risk of breaking in future versions, UI controls, Undocumented feature
Tags: , , , ,
15 Comments

JTattoo look-and-feel demo

A demo GUI that shows the effects of using different look-and-feels, including the JTatoo library, is presented.

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

Images in Matlab uicontrols & labels

Images can be added to Matlab controls and labels in a variety of manners, documented and undocumented.

Categories: GUI, Icons, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , , , ,
28 Comments

Panel-level uicontrols

Matlab’s uipanel contains a hidden handle to the title label, which can be modified into a checkbox or radio-button control

Categories: GUI, Handle graphics, Hidden property, Low risk of breaking in future versions, Stock Matlab function, UI controls
Tags: , , , , , ,
17 Comments

The javacomponent function

Matlab’s built-in javacomponent function can be used to display Java components in Matlab application – this article details its usages and limitations

Categories: GUI, Handle graphics, Java, Medium risk of breaking in future versions, Semi-documented function, Stock Matlab function, UI controls
Tags: , , , , ,
68 Comments

Inactive Control Tooltips & Event Chaining

Inactive Matlab uicontrols cannot normally display their tooltips. This article shows how to do this with a combination of undocumented Matlab and Java hacks.

Categories: Guest bloggers, GUI, Handle graphics, Hidden property, Java, Listeners, Medium risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented function
Tags: , , , , , , , ,
8 Comments