window.setVisible(true);
return window;
} else {
// Otherwise just give a message to the user and let the window
// be collected as garbage
j2DClient.get().addEventLine(new EventLine("", "The " + suspect.getType() + " is too far away.", NotificationType.CLIENT));
return null;
}
}
}