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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java61 private static int nativeJRSInitialized = NOT_INIT; field in class:JRSUIControl
65 if (nativeJRSInitialized == SUCCESS) return;
66 nativeJRSInitialized = initNativeJRSUI();
67 if (nativeJRSInitialized != SUCCESS) throw new RuntimeException("JRSUI could not be initialized (" + nativeJRSInitialized + ").");

Completed in 119 milliseconds