public void postConstructorProcessCmdLine(
Map<String, Collection<String>> args) {
// initialize the pleaseWaitDialog with the application as parent to
// handle focus stuff
pleaseWaitDlg = new PleaseWaitDialog(parent);
if (args.containsKey("download"))
for (String s : args.get("download"))
downloadFromParamString(false, s);
if (args.containsKey("downloadgps"))