Embedding .net control in Swing
Hello,
I haven't found much up-to-date information on the topic - mostly old and not necessarily working tutorials on CodeProject etc., or expensive libraries which I'm not willing to buy at this point.
I need to embed a GUI control (written in C#) in a Swing panel. How can I do that? It's possible to use COM/ActiveX, but I still don't know how to make it work in Java. I wish there was a lib that could help me with that, but I haven't found any good (and affordable) solutions. Any clues?
If that's the only choice, what commercial libs do you recommend?
The functionality I need is not available in Java because it uses MS proprietary tablet API. Please restrain yourself from posting rants about how the idea is stupid etc. I just need it and that's it.
Thanks.
Konrad

