mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
6859935: REGRESSION: Settings are missing in JCP/Advanced tab on windows
Reviewed-by: art
This commit is contained in:
parent
e5047864cd
commit
6293f73bd8
1 changed files with 6 additions and 8 deletions
|
@ -886,14 +886,12 @@ public class WToolkit extends SunToolkit implements Runnable {
|
||||||
* this should be done in lazilyLoadDesktopProperty() only.
|
* this should be done in lazilyLoadDesktopProperty() only.
|
||||||
*/
|
*/
|
||||||
protected synchronized void initializeDesktopProperties() {
|
protected synchronized void initializeDesktopProperties() {
|
||||||
desktopProperties.put("DnD.Autoscroll.initialDelay", Integer.valueOf(50));
|
desktopProperties.put("DnD.Autoscroll.initialDelay",
|
||||||
desktopProperties.put("DnD.Autoscroll.interval", Integer.valueOf(50));
|
Integer.valueOf(50));
|
||||||
|
desktopProperties.put("DnD.Autoscroll.interval",
|
||||||
try {
|
Integer.valueOf(50));
|
||||||
desktopProperties.put("Shell.shellFolderManager",
|
desktopProperties.put("Shell.shellFolderManager",
|
||||||
Class.forName("sun.awt.shell.Win32ShellFolderManager2"));
|
"sun.awt.shell.Win32ShellFolderManager2");
|
||||||
} catch (ClassNotFoundException ex) {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue