Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to maximize the RCP window at begin?
How to maximize the RCP window at begin? [message #443867] Mon, 06 February 2006 05:30 Go to next message
Eclipse UserFriend
Originally posted by: aimdliu.sina.com

I use getWindowConfigurer().setInitialSize(new Point(500, 500)) to initial
the window, but it doesn't fill with the screen, what should i do?
Re: How to maximize the RCP window at begin? [message #443874 is a reply to message #443867] Mon, 06 February 2006 09:03 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
The org.eclipse.swt.widgets.Display class may be able to help. Note that you should call getClientArea() and not getBounds(), since the former will take into account any positioning of the Windows start bar (or the Mac dock).

Alex.
Re: How to maximize the RCP window at begin? [message #443877 is a reply to message #443867] Mon, 06 February 2006 11:33 Go to previous message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
call shell.setMaximized(true); in the post window create method of the
window advisor
Previous Topic:Beginner question: is Required Plug-in that Reexports a depency same as making the reexported one Re
Next Topic:3.2M4 not able to load plugin
Goto Forum:
  


Current Time: Sat Dec 14 08:18:01 GMT 2024

Powered by FUDForum. Page generated in 0.03611 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top