Am Dienstag, den 01.07.2008, 08:35 +0200 schrieb Mathias Bauer:
> Marc Santhoff wrote:
> 
> > Hi,
> > 
> > the devguide has information about embedding an OO.o window into a Java
> > window as a client.
> > 
> > I'd like to know if the opposite is possible: a Java window embedded
> > into a OO.o window/frame.
> > 
> > Can this be done?
> > 
> > If yes, how to? (or where can I find information on the topic ;)
> 
> In OOo2.x we had support for Java Applets in OOo and so we already have
> an example how to embed Java windows. The code doing that can be found
> in the sj2 module and in sfx2/source/doc/applet.cxx. Perhaps this can
> give you some hints how to do that.

Thanks, I'll have a look and see what I can learn from the code.

My bits of information to the ongoing discussion:

I'm thinking about an extension that would insert it's own window into
OO.o and "steer" it from the controls in the window.

The idea is to use Java/Swing/... and whatever is necessary to get the
task done without having to dig deep inside the "sun.com.star.awt.*"
hierarchy and maybe find out there are some controls missing or
something cannot be done in the way it should.

This way I'd avoid the risk of finding out something isn't possible and
OTOH I can use libraries and techniques for programmming I'm a ot more
used to than OO.o's awt controls.

Regards,
Marc



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to