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

    function show(obj)
%SHOW Show the window.
%
%   SHOW(OBJ) displays the window.  The show is executed asynchronously on
%   the event processing thread.  If you want to show a dialog and block
%   the Matlab thread, use the BLOCKINGSHOW method.

%   Copyright 2006 The MathWorks, Inc.


obj.Peer.nonBlockingShow;