super(frame, title);
xtabbedPanel = frame.getXTabbedToolPanel();
frame.addTool(this, title);
this.setVisible(false);
if (menuFname != null) {
xpopupMenu = new XPopupMenu(this, new File(menuFname));
popupListener = new PopupListener();
this.addMouseListener(popupListener);
}
}