1
edit
Changes
no edit summary
*Lets open "ApplicationWorkbenchWindowAdvisor.java" file so we can alter the window of our application.
*Replace the following method with the one below
<presource lang=java>
public void preWindowOpen() {
//Retrieves the main window
configurer.setTitle("My First RCP Application"); //$NON-NLS-1$
}
</source>