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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java80 private WDesktopProperties wprops; field in class:WToolkit
821 if (wprops == null) {
822 wprops = new WDesktopProperties(this);
839 " wprops.dynamic == " + prop);
866 if (null == wprops) {
867 // wprops has not been initialized, so we have nothing to update
871 Map<String, Object> props = wprops.getProperties();
891 // we should initialize wprops
898 * initialize only static props here and do not try to initialize props which depends on wprops,
917 if (wprops
[all...]

Completed in 29 milliseconds