"Path Selection Dialog",
"Select path to visualize",
pathIDs, new ArrayList<String>(), false, false, new Runner());
dialog.setUpdateUponSelection(true);
String lastItem = dialog.open();
// Below lines are responsible for clearing any highlighting after closing the dialog.
// But we do not want it to disappear. So this is disabled.
// if (!lastItem.equals(ItemSelectionDialog.NONE))
// {