DaveE - 2023-06-13

found a work around
The plug in extends PermanentNodeHoodAdapter.
the createViewer method gets a NodeView thats a subclass of JComponent so you can add a MouseListener to it. from that I can make the popup JMenue.
A little clunky and not quite as easy as before but it works none the less