Advanced JIDE Property Grids
JIDE property grids can use complex cell renderer and editor components and can signal property change events asynchronously to Matlab callbacks
JIDE property grids can use complex cell renderer and editor components and can signal property change events asynchronously to Matlab callbacks
The JIDE components pre-bundled in Matlab enable creating user-customized property grid tables
LineSmoothing is a hidden and undocumented plot line property that creates anti-aliased (smooth unpixelized) lines in Matlab plots
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.
The Matlab desktop's Command-Window tab-completion can be customized for user-defined functions
Inactive Matlab uicontrols cannot normally display their tooltips. This article shows how to do this with a combination of undocumented Matlab and Java hacks.
Matlab's uicontrol tooltips have several limitations that can be overcome using the control's underlying Java object.
Matlab slider uicontrols do not enable a continuous-motion callback by default. This article explains how this can be achieved using undocumented features.
Matlab listbox and multi-line editbox uicontrols have pre-configured scrollbars. This article shows how they can be customized.
A fully-capable browser component is included in Matlab and can easily be incorporated in regular Matlab GUI applications. This article shows how.