java - Strange behavior of graph stream -
i developing application using graphstream library.
- when using standard viewer of library every thing normal (click inside node manipulate it).
- when embedding in application, act strange. manipulate node, have click outside node control of it.
i think has mouse events.
how solve this?
edit
i have solved partially following change: had jsplitpane containing jpanel. later containing view graphstream library. removed jpanel , put view graphstream library directly jsplitpane.
but still dont know why first solution did not work
Comments
Post a Comment