Using Java and the LibreOffice SDK, is there a simple way to generate messageboxes and inputboxes similar to the commands in LibreOffice Basic?
Alternatively, does anyone know of existing Java classes for performing these functions? I’ve searched quite a bit but haven’t found any.
I’m prepared to carve up the Developer’s Guide example UnoDialogSample (http://api.libreoffice.org/examples/DevelopersGuide/GUI/UnoDialogSample.java) to roll my own, but I’d rather not have to go to the trouble…
Thanks!