Home | History | Annotate | Download | only in controls

Lines Matching refs:clientArea

90     Rectangle clientArea = getClientArea();
94 if (m_backImage == null || !m_backImage.getBounds().equals(clientArea)) {
98 m_backImage = new Image(getDisplay(), clientArea.width, clientArea.height);
104 gc.fillRectangle(clientArea);
111 int x = clientArea.x;
112 int y = clientArea.y + (clientArea.height - imageBounds.height) / 2;
116 int x = clientArea.x + imageBounds.width + SPACE;
117 int y = clientArea.y + (clientArea.height - textExtent.y) / 2;