Searched refs:focusedServerComponent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedServerTester.java47 int focusedServerComponent; field in class:XEmbedServerTester
66 focusedServerComponent = -1;
576 if (focusedServerComponent != 0) {
577 throw new RuntimeException("Wrong focused server component, should be 0, but it is " + focusedServerComponent);
581 if (focusedServerComponent != 2) {
582 throw new RuntimeException("Wrong focused server component, should be 2, but it is " + focusedServerComponent);
656 focusedServerComponent = (int)msg.get_data(2);

Completed in 238 milliseconds