Is it possible to do add pop-up menus over the xith rendering window?
I’m thinking of this approach:
- create a Jframe/Jpanel, pass the jpanel as the makecanvas parent
- add the popup to the jpanel
- explore the setLightWeightPopupEnabled method.
Other ideas?