Last updated: 24 March 2006
|
Checkbox.getLabel() : Clarify that "" (rather than null) is returned if no label.
TextComponent.getBackground() : Restore missing semantics from JDK 1.3.1. java.beans.Beans.instantiate(ClassLoader, String) : Copy/paste the description of Bean instantiation from Bean.instantiate(ClassLoader, String, BeanContext, AppletInitializer). |
|
Changes from Maintenance Review 2, accepted on 14 March 2006 Checkbox.getLabel() : Clarify that "" (rather than null) is returned if no label. TextComponent.getBackground() : Restore missing semantics from JDK 1.3.1. java.beans.Beans.instantiate(ClassLoader, String) : Copy/paste the description of Bean instantiation from Bean.instantiate(ClassLoader, String, BeanContext, AppletInitializer). |
|
Changes from Maintenance Review 1, accepted on 13 December 2005: Applet.setStub() : Add security check for AWTPermission("setAppletStub") per PP 1.1. AWTPermission: Added setAppletStub target, per PP 1.1. TextField: Change echo character restriction to a clarification, per PP 1.1. Component: Remove unneeded peerFont field from serial form. Apply all changes proposed for Personal Basis Profile 1.0b maintenance release. |