[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to code maximized workbench?

I can not set my Workbench maximized when it start.
In preWindowOpen(IWorkbenchWindowConfigurer) function, only has configurer.setInitialSize(Point(x,y)) function to work with the size of workbench.
I don't see any function else to work with size of workbench, T_T.


If I want my workbench don't have "resized button", please give me idea to solve.