I'm having a lot of trouble wrapping my brain around JavaXPCOM.  I've
looked over the online documents for it but I just don't get it.
Maybe it's me but most of them are very cryptic and give code snippets
that don't tend to tell me anything or lead to anything useful.  I
spent hours searching for even just the simplest example and came up
empty - I can't even find some javadocs that explain the java
interface.

Here's what I want to do: I need to display and interact with a web
page on a Swing component.  From what I can gather this is possible
but I've not seen any examples of how to do this.  I've tried to
follow their instructions (http://developer.mozilla.org/en/docs/
JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM) but
they don't

I just need a clear explanation of what JavaXPCOM really is.  Can it
actually be embedded in a Swing component or would Swing just be
calling the framework to show a separate non-Swing window?  If it's a
non-Swing window why is the term 'embedded' used?  If it can be
embedded in a Swing window, are there any examples of doing that?

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to