www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@javawindow/setModal.m

    function setModal(obj, Modal)
%SETMODAL Set the modality of the window
%
%   SETMODAL(OBJ, MODAL) sets the window modality if it is a dialog.

%   Copyright 2006 The MathWorks, Inc.


obj.Peer.setModal(Modal);