MyEclipse: SWT/JFace initial window size douglasmhurst - Aug 30, 2012 - 02:59 PM Post subject: SWT/JFace initial window size
The designer is generating the code below:
When I check the size of MainWindow, using getInitialSize(), it indicates, 380 and 300.
when I test within the designer, the window appears the correct size (attachment 1). But when I run the application, it's much larger (attachment 2).
/**
* Return the initial size of the window.
*/
@Override
protected Point getInitialSize() {
return new Point(380, 300);
}support-swapna - Aug 31, 2012 - 01:38 PM Post subject:
douglasmhurst ,
Sorry that you are seeing this issue. I am investigating it at my end.
I will get back to you.support-swapna - Sep 06, 2012 - 09:41 AM Post subject:
douglasmhurst,
Sorry for the delay.I could not replicate the issue at my end on MyEclipse 10.6 version.
1. Can you please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2. Can you please attach a minimal project for us to help replicate the issue at our end ?