-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta
-
x86
-
windows_nt
Name: skT45625 Date: 05/16/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
After switching from jdk1.2.2 using auxiliary LAFs fails. The program hits an
uncaught exception in Hashtable.get(Object key) which is called by
UIDefaults.get(Object key). This error is caused by a missing entry for
RootPaneUI in the UIDefaults table.
FIX: JRootPane.getUIClassID() should either return "MultiPaneUI" or the key
should be added to MultiLookAndFeel's UIDefault table.
(Review ID: 104931)
======================================================================