OpenOffice.org Forum at OOoForum.orgThe OpenOffice.org Forum
 
 [Home]   [FAQ]   [Search]   [Memberlist]   [Usergroups]   [Register
 [Profile]   [Log in to check your private messages]   [Log in

OOoBean in a JInternal Frame

 
Post new topic   Reply to topic    OOoForum.org Forum Index -> OpenOffice.org Macros and API
View previous topic :: View next topic  
Author Message
rbattistoni
General User
General User


Joined: 19 Sep 2005
Posts: 15

PostPosted: Sun Jan 29, 2006 12:46 am    Post subject: OOoBean in a JInternal Frame Reply with quote

I'm trying to add an OfficeBean to a JInternalFrame, but Oo start in a
without-frame window in a full-screen mode, not in the JInternalFrame.
Why this?

This is a snippet with Java source code:

oooPanel = new Panel();
docInternalFrame = new JInternalFrame(
"Documento Interno Office Bean",
false,
true,
false,
true);
docInternalFrame.setDefaultCloseOperation(HIDE_ON_CLOSE);
docInternalFrame.setFrameIcon(RESEARCH_ICON_MENU);

docInternalFrame.setPreferredSize(sizeInternalFrame);
docInternalFrame.setMinimumSize(sizeInternalFrame);
docInternalFrame.setMaximumSize(sizeInternalFrame);

docInternalFrame.setLocation(internalFrameStartX,internalFrameStartY);

docInternalFrame.setContentPane(oooPanel);
jContentDesktopPane.add(docInternalFrame);


Thanks

Roberto
Back to top
View user's profile Send private message
DeMarco
General User
General User


Joined: 25 Nov 2003
Posts: 9

PostPosted: Thu Feb 09, 2006 1:30 am    Post subject: Reply with quote

I don't know why it is shown in a seperate window, but I think there is no change at the moment using OOOBean in a JInternalFrame.
http://qa.openoffice.org/issues/show_bug.cgi?id=51047
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OOoForum.org Forum Index -> OpenOffice.org Macros and API All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group