I am developing an application using the GraphStream library.
- When using the standard viewer of the library every thing is normal (click inside a node to manipulate it).
- When i am embedding it in my application, it act very strange. to manipulate its node, I have to click outside the node to get control of it.
I think this has to do with the mouse events.
How to solve this?
EDit
I have solved this partially by the following change: I had a JSplitPane containing a JPanel. this later containing the view from GraphStream library. i removed the JPanel and i put the view from GraphStream library directly into the JSplitPane.
but i still dont know why the first solution did not work