Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [geclipse-dev] Job Submission with input DataStaging



On Thu, 23 Aug 2007, Stuempert, Mathias IWR wrote:

So whenever you are using the GridFileDialog you can simply do:

IGridConnectionElement result = GridFileDialog.openFileDialog(...);
URI uri = result.getURI();

So, why not to change it to:

URI uri=GridFileDialog.openFileDialog(...) ?


Pawel


Back to the top