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

/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWToolkit.java90 private WDesktopProperties wprops; field in class:WToolkit
892 if (wprops == null) {
893 wprops = new WDesktopProperties(this);
894 updateProperties(wprops.getProperties());
910 " wprops.dynamic == " + prop);
969 return (wprops != null) ? wprops.getProperties() : null;
987 // we should initialize wprops
994 * initialize only static props here and do not try to initialize props which depends on wprops,
1015 if (wprops
[all...]

Completed in 36 milliseconds