www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@tradeoffBrowserDisplay/pMakeDisplay.m

    function pMakeDisplay(obj)
%PMAKEDISPLAY Create the main GUI layout
%
%  PMAKEDISPLAY(OBJ) is called to create the main layout for the GUI.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.Layout = xreglayerlayout(obj.Parent, ...
    'visible', obj.Visible, ...
    'position', obj.Position);