Category Archives: UI controls

52 relevant articles found:

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

Multi-line uitable column headers

Matlab uitables can present long column headers in multiple lines, for improved readability.

Categories: GUI, Low risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented feature
Tags: , , , ,
19 Comments

Uitable cell colors

A few Java-based customizations can transform a plain-looking data table into a lively colored one.

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

Tri-state checkbox

Matlab checkboxes can easily be made to support tri-state functionality.

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

uisplittool & uitogglesplittool

Matlab’s undocumented uisplittool and uitogglesplittool are powerful controls that can easily be added to Matlab toolbars – this article explains how

Categories: Desktop, Figure window, Medium risk of breaking in future versions, Stock Matlab function, UI controls, Undocumented function
Tags: , , , , ,
9 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

Matlab and the Event Dispatch Thread (EDT)

The Java Swing Event Dispatch Thread (EDT) is very important for Matlab GUI timings. This article explains the potential pitfalls and their avoidance using undocumented Matlab functionality.

Categories: Guest bloggers, GUI, Handle graphics, Java, Medium risk of breaking in future versions, Semi-documented function, UI controls, Undocumented feature
Tags: , , , , , ,
40 Comments