java - Strange behavior of graph stream -


i developing application using graphstream library.

  1. when using standard viewer of library every thing normal (click inside node manipulate it).
  2. 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

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -