1
Some time ago I realized that it is not possible to call the operating system context menu in swing components, although it is possible to perform standard keyboard actions (such as copy, paste, crop, select) in these components without having to implement anything else.
Why the system context menu does not work within swing applications?
Is there any way to activate it or only by implementing this menu using the swing components themselves?
I believe that only using the components of Swing, the link below shows how to implement. http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html
– Henrique Luiz