I want to display file search results. I want to enable a context menu to select a file that will be the system context menu.
For example, if a user right-clicks a file in Windows, I want to display a pop-up menu with options:
- Open
- To open with...
- Edit
- Send to ...
- Copy
- Cut
- etc...
And, if possible - this menu will be generated automatically, depending on the operating system.
If this is impossible or too complicated, I would at least enable the "Find on disk" option, which will open Windows Explorer (or its equivalent on another system) in the folder with the file and select the file.
The application is written in Java (JDK 7) using SWT.
source share