A simple class that can be registered to a component as a MouseListener. If a popup trigger is detected, a poupup menu passed to the constructor is shown. A helper class that can be registered to a component as a MouseListener. When a popup trigger is detected, the popup menu specified in the constructor is displayed. The exact popup trigger depends on the OS, on MacOS X is corresponds to ctrl + mouse pressed, on Windows to right button click.
@author Hanns Holger Rutz
@version 0.6, 31-Jul-04
@see javax.swing.JPopupMenu#isPopupTrigger(MouseEvent)
@see javax.swing.JPopupMenu#show(Component,int,int)
@see MenuPopupListener
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.