Skip to main content



      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 00: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 04:03 Go to previous messageGo to next message
Eclipse UserFriend
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 06:33 Go to previous message
Eclipse UserFriend
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: Sun Aug 31 16:21:38 EDT 2025

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

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

Back to the top