Hello,
I want to display results of a file search. I want to enable a context menu for a file selection, which will be the system's context menu.
For example, if the user right-clicks a file in Windows - I want to display the popup-menu with the options:
- Open
- Open with...
- Edit
- Send to...
- Copy
- Cut
- etc...
And, if possible - this menu will be generated automatically, depending on the operating system.
If that is not possible or too complex - I'd like to at least enable a "Locate on disk" option which will open a Windows Explorer (or its equivalent in other system) in the file's folder and select the file.
The application is written in Java (JDK 7) using SWT.
Thanks.