}
try{
URL url = (URL) tsf.getTransferData(dtURL);
//insert URL
editor.setText(url.toString());
storeFieldAction.actionPerformed(new ActionEvent(editor, 0, ""));
return;
}catch (UnsupportedFlavorException nfe){
// if not an URL
JOptionPane.showMessageDialog((Component) editor, Globals
.lang("Operation not supported"), Globals