157158159160161162163164165166167
} // create the action center if it doesn't already exist if (actionCenter_ == null) { actionCenter_ = new ActionCenter(manageActionCenterLayout); packagesTableContainer_.add(actionCenter_); } actionCenter_.setActions(actions); resizeActionCenter();