Home | History | Annotate | Download | only in ui

Lines Matching refs:Display

33 import org.eclipse.swt.widgets.Display;
91 Display display = Display.getDefault();
93 Color black = display.getSystemColor(SWT.COLOR_BLACK);
94 Color yellow = display.getSystemColor(SWT.COLOR_DARK_YELLOW);
95 Color magenta = display.getSystemColor(SWT.COLOR_MAGENTA);
190 Display display = Display.getDefault();
191 display.syncExec(
444 Image image = new Image(Display.getDefault(), GRAPH_WIDTH, GRAPH_HEIGHT);