finally {
// TF:Mar 9, 2010:Changed this to perform its actions on the EDT
final int defSet = defaultSet;
final JPanel theForm = form;
final Field[] theFields = fields;
ActionMgr.addAction(new PendingAction(null) {
@Override
public void performAction() {
JMenuBar jmb = (JMenuBar) win.getJMenuBar();
if (jmb != null) {
MenuElement[] kids = jmb.getSubElements();