Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4348072
Votes 0
Synopsis The Box parent was changed from Container to JComponent
Category java:classes_swing
Reported Against merlin
Release Fixed
State 11-Closed, duplicate of 4304100, bug
Priority: 3-Medium
Related Bugs 4304100 , 4348883
Submit Date 26-JUN-2000
Description




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 {
                         ^^^^^^^^^

======================================================================
Work Around
N/A
Evaluation
Refer to 4304100 for the change request.
  xxxxx@xxxxx   2000-12-07
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang