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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DDebugSettings.java82 private static final String DEFAULT_PROPS[] = { field in class:DebugSettings
156 for ( int nprop = 0; nprop < DEFAULT_PROPS.length; nprop++ ) {
157 StringBufferInputStream in = new StringBufferInputStream(DEFAULT_PROPS[nprop]);

Completed in 28 milliseconds