147148149150151152153154155
} } assert frame != null : "Active frame cannot be null."; PlaceObjectsInCollectionDialog dialog = new PlaceObjectsInCollectionDialog(frame, getSelectedComponentNames(sourceComponents)); return dialog.getConfirmedTelemetryGroupName(); }