function rebuild(h)
%REBUILD
%
% Author(s): James G. Owen
% Revised:
% Copyright 1986-2004 The MathWorks, Inc.
% $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:33:46 $

% Hide graph editor if its visible. Clear the panel and re-initialize
% the GUI object
h.javaframe.reset(h);

% Display the gui
awtinvoke(h.javaframe,'setVisible',true);
h.Visible = 'on';
