MATLAB: How to give the system dialogs on Unix the appearance of Java dialogs in MATLAB

MATLAB

When I use dialogs such as UIGETFILE, UIGETDIR, UIPUTFILE, UIPUTDIR, etc… on a Unix machine, their look is not as good as what Java dialogs should look like.

Best Answer

To activate the use of java system dialogs on a Unix installation of MATLAB, execute the command:
setappdata(0,'UseNativeSystemDialogs',0);