function show(this)
%SHOW Show the import dialog

%   Author(s): Craig Buhr, John Glass
%   Copyright 1986-2004 The MathWorks, Inc.
%   $Revision: 1.1.6.3 $ $Date: 2004/12/10 19:30:42 $

this.Frame.pack;
awtinvoke(this.Frame,'setVisible(Z)',true);
