Problem in cut/copy/paste in JGraph
Hello All,
I am implementing the cut/copy/paste actions in my aaplication that is based on JGraph. My problem is when i copy/paste or cut/paste my cell (DefaultGraphCell, in JGraph), It paste over the same location. I want it to paste in another location based on my right click popup menu(in popup menu my actions are present). Can anyone have any idea how to solve this problem.
Pradeep