Tag Archives: Java

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: , , , ,
3 Comments

Matclipse – Eclipse-Matlab interface

Matclipse is an open-source plugin for the popular Eclipse IDE that connects it with Matlab.

Categories: Guest bloggers, Java
Tags: ,
3 Comments

Customizing figure toolbar background

Setting the figure toolbar’s background color can easily be done using just a tiny bit of Java magic powder. This article explains how.

Categories: Figure window, GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , ,
4 Comments

propertiesGUI

propertiesGUI is a utility that presents property-value structs in a convenient table format, useful in Matlab GUIs.

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

uiinspect

uiinspect is a Matlab utility that displays detailed information about an object’s methods, properties and callbacks in a single GUI window.

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

Customizing the standard figure toolbar, menubar

The standard figure toolbar and menubar can easily be modified to include a list of recently-used files.

Categories: Figure window, Java, Medium risk of breaking in future versions, Undocumented function
Tags: , , , , ,
9 Comments

Waterloo graphics

Waterloo is an open-source library that can significantly improve Matlab GUI.

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

Disabling menu entries in deployed docked figures

Matlab’s standard menu items can and should be removed from deployed docked figures. This article explains how.

Categories: Figure window, Guest bloggers, High risk of breaking in future versions, Java, Listeners, Undocumented feature
Tags: , , , , , , , , , ,
1 Comment

File deletion memory leaks, performance

Matlab’s delete function leaks memory and is also slower than the equivalent Java function.

Categories: Java, Low risk of breaking in future versions, Memory, Stock Matlab function
Tags: ,
2 Comments

Pause for the better

Java’s thread sleep() function is much more accurate than Matlab’s pause() function.

Categories: Java, Low risk of breaking in future versions, Stock Matlab function
Tags: ,
14 Comments