-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.1.7
-
Fix Understood
-
x86
-
windows_nt
JDK1.1.7
The class, sun.beans.infos.ComponentBeanInfo in JDK1.1.7's classes.zip returns 3 bound properties:
* background
* foreground
* font
However there is no @beaninfo tag and there is no PropertyChangeSupport class instance as a member of Component class in JDK1.1.7. ComponentBeanInfo doesn't match with Component class in JDK1.1.7. Other JDK1.1.* version has the same problem.
addPropertyChangeListener() should be defined in Component class to claim above 3 bound properties.
The class, sun.beans.infos.ComponentBeanInfo in JDK1.1.7's classes.zip returns 3 bound properties:
* background
* foreground
* font
However there is no @beaninfo tag and there is no PropertyChangeSupport class instance as a member of Component class in JDK1.1.7. ComponentBeanInfo doesn't match with Component class in JDK1.1.7. Other JDK1.1.* version has the same problem.
addPropertyChangeListener() should be defined in Component class to claim above 3 bound properties.