r = a = edburns
Bug = 52183


git-svn-id: svn://10.0.0.236/trunk@79241 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ashuk%eng.sun.com 2000-09-15 00:15:01 +00:00
parent db7a8e369d
commit 76cb0fc836

View File

@ -21,6 +21,9 @@
* Ian Wilkinson <iw@ennoble.com>
* Mark Goddard
* Ed Burns <edburns@acm.org>
* Ashutosh Kulkarni <ashuk@eng.sun.com>
* Louis-Philippe Gagnon <louis-philippe@macadamian.com>
* Jason Mawdsley <jason@macadamian.com>
*/
package org.mozilla.webclient.test;
@ -51,7 +54,7 @@ import org.w3c.dom.Document;
* This is a test application for using the BrowserControl.
*
* @version $Id: EMWindow.java,v 1.18 2000-09-12 16:44:32 ashuk%eng.sun.com Exp $
* @version $Id: EMWindow.java,v 1.19 2000-09-15 00:15:01 ashuk%eng.sun.com Exp $
*
* @see org.mozilla.webclient.BrowserControlFactory
@ -217,7 +220,7 @@ public class EMWindow extends Frame implements DialogClient, ActionListener, Doc
}
});
pack();
// pack();
show();
toFront();