JDK-4348072 : The Box parent was changed from Container to JComponent
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2000-06-26
  • Updated: 2000-12-07
  • Resolved: 2000-12-07
Related Reports
Duplicate :  
Duplicate :  
Description

Name: aaR10142			Date: 06/26/2000


The Box parent was changed from Container to JComponent
This causes a lot of behavior changes in the class.
But there is no ccc request for it.

Please send out the ccc request, or change parent back to the Container.


------------------------- jdk1.4 source ----------------
public class Box extends JComponent implements Accessible {
                         ^^^^^^^^^^
------------------------- jdk1.3 source ----------------
public class Box extends Container implements Accessible {
                         ^^^^^^^^^

======================================================================

Comments
EVALUATION Refer to 4304100 for the change request. scott.violet@eng 2000-12-07
07-12-2000