Community
Participate
Working Groups
Rectangle clientAreaWithMenuBar = shell.getClientArea();
assertTrue( clientAreaWithoutMenuBar.y < clientAreaWithMenuBar.y );
}
public void testDefaultConstructor() {
Shell shell = new Shell();
assertNotNull( shell.getDisplay() );
assertSame( Display.getCurrent(), shell.getDisplay() );
public void testConstructor() throws Exception {
Shell shell;