JDK-4348883 : 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-28
  • Updated: 2000-06-28
  • Resolved: 2000-06-28
Related Reports
Duplicate :  
Description

Name: aaR10142			Date: 06/28/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 {
                         ^^^^^^^^^

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