Plugin support for a Java swing App (like Eclipse)

Posted by Sudar on Stack Overflow See other posts from Stack Overflow or by Sudar
Published on 2010-03-30T05:20:04Z Indexed on 2010/03/30 5:23 UTC
Read the original article Hit count: 232

Filed under:
|
|

I need to add Plugin support to a Java Swing App (like in Eclipse).

The Plugin should have the ability to add new Menu items and tab components to the swing app.

I am looking for frameworks or libraries which support it. So far I have found Java Plugin Framework http://jpf.sourceforge.net/ and planning to use it.

Are there any other better alternatives to it?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing