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...
Regards Marcin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
