0

It's not obvious from looking at the documentation for JGraphX whether one can use it just perform layout or nodes and edges without there being a rendering environment. Can it be used "headless"?

1 Answers1

0

No, almost every routine of JGraphX uses classes from java.awt package.

Kanedias
  • 386
  • 5
  • 7