Searched defs:getWindowsVersion (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DOSInfo.java48 and so the method getWindowsVersion() will return the constant for known OS.
118 public static WindowsVersion getWindowsVersion() throws SecurityException { method in class:OSInfo
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java102 private static native String getWindowsVersion(); method in class:WToolkit
110 log.fine("Win version: " + getWindowsVersion());

Completed in 33 milliseconds