helpAction = new HelpAction(frame.helpDiag, GUIGlobals.entryEditorHelp, "Help");
closeAction = new CloseAction();
copyKeyAction = new CopyKeyAction();
generateKeyAction = new GenerateKeyAction(frame);
storeFieldAction = new StoreFieldAction();
writeXmp = new WriteXMPEntryEditorAction(panel_, this);
BorderLayout bl = new BorderLayout();
setLayout(bl);
setupToolBar();
setupFieldPanels();