public static void reloadLabelText(final JPopupMenu comp, final MsgCatalog mcat, final int defaultSet) {
if (comp == null || mcat == null) {
return;
}
// TF:Mar 9, 2010:Changed this to process it on the EDT
ActionMgr.addAction(new PendingAction(null) {
@Override
public void performAction() {
Integer msgSet, msgNumber = null;
msgSet = (Integer) comp.getClientProperty("qq_msgSet");
msgNumber = (Integer) comp.getClientProperty("qq_msgNumber");