Marcin Miłkowski wrote:
Konstantin Tokarev pisze:
Is there any "OpenOffice.org Look&Feel" for extensions in Java?

As far as I know, there is none. If you want to have the native look (which is different under different OSes and graphical managers), use the AWT via UNO. However, this is a bit cumbersome if you display something more complex than a message box. And you cannot really implement anything new in the UI (no new UI elements by overriding classes, as far as I know). No wonder most extension developers don't use it...
it is correct that the UNO awt toolkit has limitations but it is the best way to integrate in the office and to avoid problems.

You can use the dialog editor in the office to do the initial design. Export the dialog description in your extensions Java project and use via dialog provider ... Appropriate handler have to be implemented and registered to handle the different events. See the SDK samples and the DevGuide docu. With OOo 3.2 it is also possible to import dialog descriptions and modify it again with the dialog editor.

There is still a lot of space for improvements and volunteers are always welcome ;-)

Juergen


Regards
Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to