Some time ago I realized that it is not possible to call the context menu of the operating system in swing components, although it is possible to perform standard keyboard actions (such as copying, pasting, cutting, selecting) on these components without having to implement nothing additional.
-
Why does not the system context menu work within swing applications?
-
Is there any way to activate it or just by implementing this menu using the swing components themselves?