Search code examples
javaeclipsepluginsswtjgraph

JGraph in an eclipse plugin


does anyone knows whether I can use JGraph in an eclipse plugin to draw some graphs? I read about that JGraph is for Swing and Eclipse plugins are in SWT, is there a problem?

Cheers, Simon


Solution

  • It is possible to use Swing components in an SWT application. If JGraph works perfectly remains to be tested though, I couldn't find any positive results on google.

    Here is an article from Eclipse on how to use Swing components.

    Good luck.