Changes

Jump to: navigation, search

Teams Winter 2011/team1/RCP/Create RPC Application

468 bytes added, 17:14, 8 March 2011
Start The Application
<br/>
In the "ApplicationWorkbenchWindowAdvisor" class, modify the preWindoOpen() method to set the title of the window ar "Simple RCP Application".<br/>
<code>Student.java </code>
<source lang=java>
 
public void preWindowOpen() {
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setInitialSize(new Point(400, 300));
configurer.setShowCoolBar(false);
configurer.setShowStatusLine(false);
configurer.setTitle("Simple RCP Application"); //$NON-NLS-1$
configurer.setShowStatusLine(true);
configurer.setShowPerspectiveBar(true);
}
<source/>
==== Run The Application ====
1
edit

Navigation menu