* Parent widget
*/
public AboutDialog(final Frame owner) {
super(owner,"About eWorld",true);
this.owner = owner;
aboutPanel = new AboutPanel(this);
this.add(aboutPanel);
/*
* http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4511106 First Call
* To JWindow.pack() gives inconsistent size(height rtns one Pixel less)