Hello. My name is Giovani. I'm mailing because I have a big trouble in my Java application.
I want to open an OpenOffice document into a JFrame and remove some menu buttons (temporarily) like "Save", "Save as", "Close" and etc. I've tried everything but couldn't remove the buttons I want. I used the following class: http://codesnippets.services.openoffice.org/Office/Office.RemoveIterativeAndTransientMenubarItems.snip With this class I could remove, but it was in a document opened at an OpenOffice window, not the one in my JFrame. I really need to remove those menu buttons in a opened document at my JFrame. Additional information: I'm using this class for opening the document: http://www.koders.com/java/fid7F29FB71410D35446E58B9BC06707FED5B929597.aspx I've already tried opening it in a SWT window, but there was too much bugs. Regards, Giovani.
