* the handler to use to handle links
* @return a new {@link LocationListener}
*/
public static LocationListener createLocationListener(
final ILinkHandler handler) {
return new LocationAdapter() {
public void changing(LocationEvent event) {
String loc = event.location;
if ("about:blank".equals(loc)) { //$NON-NLS-1$
/*