-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
1.3.0
-
generic
-
generic
Name: skT45625 Date: 05/09/2000
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
In Java 1.2.2 the DefaultDesktopManager used to call
setPreviousBounds(JInternalFrame f, Rectangle r)
before the setting the size of the JInternalFrame. In the current release 1.3,
this method is no longer called instead the JInternalFrame
setNormalBounds(Rectangle r) method is invoked.
My concern is this is a regression in functionality, and no indication was given
by having the setPreviousBounds method being deprecated.
(Review ID: 104633)
======================================================================