Questions tagged [jgraphx]

JGraphX is an open source Java Swing Component. It is the architecture written after JGraph 5, but not named JGraph 6 because it is rewritten and the API is entirely different.

182 questions
-1
votes
1 answer

Convert vertex label value of the jgraph to array of strings

Basically I have this code to print the cell label of each vertex I click of the jgraph. I am trying to store the values of the cells into a string array. I have tried this: graphComponent.getGraphControl().addMouseListener(new MouseAdapter() { …
user2598911
  • 379
  • 2
  • 6
  • 22
-2
votes
1 answer

Error in changing a vertex style

I am trying to change the style of a vertex v4 with the following code. I get error though with changing the style. I have tried to do other actions instead like setVisible(false) and it works. So it must be the method that I am using. What should I…
user2598911
  • 379
  • 2
  • 6
  • 22
1 2 3
12
13