I would like to use Giny-1.1 to visualize a social network.
To better my understanding of the visualization pipeline, I have tried to run TestApp.java (found at /giny/test_app/src/giny/testapp/TestApp.java) on CVS and have some questions/comments:
1) JFrame is displayed with no viewable area, ie title bar only.
2) I can resize the JFrame window to see the nodes, but I cannot see edges (not a single one).
3) Nodes are laid out in a straight line, is this not supposed to be a connected graph? ie Notwithstanding the fact that I cannot see any edges, should the nodes not be arranged in a somewhat circular manner?
Any light you can shed on why this might be would be appreciated.
Champ.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All,
I would like to use Giny-1.1 to visualize a social network.
To better my understanding of the visualization pipeline, I have tried to run TestApp.java (found at /giny/test_app/src/giny/testapp/TestApp.java) on CVS and have some questions/comments:
1) JFrame is displayed with no viewable area, ie title bar only.
2) I can resize the JFrame window to see the nodes, but I cannot see edges (not a single one).
3) Nodes are laid out in a straight line, is this not supposed to be a connected graph? ie Notwithstanding the fact that I cannot see any edges, should the nodes not be arranged in a somewhat circular manner?
Any light you can shed on why this might be would be appreciated.
Champ.