I want to use Jung in my RCP user interface, is this possible?

the problem is that the Jung library works with JPanel and I should embed this JPanel in an Eclipse view (which works with composite) :( So how can I solve this problem...

link|improve this question

0% accept rate
feedback

1 Answer

Use Albireo (it's a wrapper over SWT_AWT). It's archived (i.e. not developed any more) but still works fine with current Eclipse versions.

link|improve this answer
I didn't manage to use it :( is there any other solution? – jean24 Aug 21 '11 at 11:28
@jean24: You can also use SWT_AWT directly, but it's much harder to get right. – Alexey Romanov Aug 21 '11 at 17:48
in the installation page, I tried to follow the instructions (option1) but couldn't find "Source code locations" button (I'm using Galileo 3.5.2), so I put the albireo directory in the p2 (option 3), but when I want to add org.eclipse.albireo.core in the Dependencies, I can't find it :( – jean24 Aug 21 '11 at 21:58
@jean24: If you follow the link in option 3, you'll see that you should extract plugins into dropins directory, not in p2 directory. – Alexey Romanov Aug 22 '11 at 21:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.