My goal is to write a Visual Studio plugin (a VSPackage
) for my Java
application. I was wondering if it was possible to view some JPanel
s inside a System.Windows.Forms
instance, or rather as an Microsoft.VisualStudio.Editor
.
I was thinking an applet but I'm pretty much stuck there...
Is streaming a Swing component as JPEG and displaying it in a Form an applicable idea?
EDIT:
I would really appreciate answers that are more then a "yes"/"no"/"why would you do this?". I made my mind about working this way, so I ask for: