Find JSRs
Submit this Search


Ad Banner
 
 
 
 

Change Log for JSR-000062 Personal Profile Specification

Change Log for JSR-000062 Personal Profile Specification

This page details the proposed, accepted and deferred changes to JSR 62, documenting the changes that will go into the next revision, per Section 4.2 of the JCP 2.6 document.

Last updated: 24 March 2006

PROPOSED CHANGES
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).

ACCEPTED CHANGES
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.

DEFERRED CHANGES