mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-14 15:39:45 +00:00
6857870: Regression tests are failing with ExceptionInInitializerError
Reviewed-by: art
This commit is contained in:
parent
cacd580a84
commit
7e2e64f5e0
@ -886,14 +886,12 @@ public class WToolkit extends SunToolkit implements Runnable {
|
||||
* this should be done in lazilyLoadDesktopProperty() only.
|
||||
*/
|
||||
protected synchronized void initializeDesktopProperties() {
|
||||
desktopProperties.put("DnD.Autoscroll.initialDelay", Integer.valueOf(50));
|
||||
desktopProperties.put("DnD.Autoscroll.interval", Integer.valueOf(50));
|
||||
|
||||
try {
|
||||
desktopProperties.put("Shell.shellFolderManager",
|
||||
Class.forName("sun.awt.shell.Win32ShellFolderManager2"));
|
||||
} catch (ClassNotFoundException ex) {
|
||||
}
|
||||
desktopProperties.put("DnD.Autoscroll.initialDelay",
|
||||
Integer.valueOf(50));
|
||||
desktopProperties.put("DnD.Autoscroll.interval",
|
||||
Integer.valueOf(50));
|
||||
desktopProperties.put("Shell.shellFolderManager",
|
||||
"sun.awt.shell.Win32ShellFolderManager2");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user