Hi,
I'm new to SWT and I'm looking for a file browser control for an Eclipse Plug-In. I know SWT has one, but it shows files in a list, what I need is 'Icon view', similar to windows explorer.
I tried googling for a custom SWT controls that would offer such functionality, but didn't find anything.
What would be the easiest way to implement a crossplatform file browser control like this? Does anyone have any tips?

