// This macro demonstrates how to set the location of the waitForUser dialog. x=50; y=200; call("ij.gui.WaitForUserDialog.setNextLocation",x,y); waitForUser("This dialog is displayed at "+x+","+y)