I wan to retrieve a file location within an app, and save the locatoin as
a string.
From a SWT Shell I have a button that calls FileDialog(s, SWT.OPEN)
The button has a SelectionListener so when it's pushed the the filedialog
opens.
The only thing is I want to use the fd.open() part in the original SWT
shell but it's wrapped in the listener so I can't access it? Get it out of
the wrapper?