Wolfgang Baer wrote:
> Hi,
> 
> this patch moves the initialization of some fields into a
> static initializer so they are no longer constants. Also
> weird thats what the JDK does and is reported by reverse japi.

Sorry, changelogs missed some stuff:

2006-04-08  Wolfgang Baer  <[EMAIL PROTECTED]>

        * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java:
        (CLOSE_CMD, ICONIFY_CMD, MAXIMIZE_CMD, MOVE_CMD, RESTORE_CMD, SIZE_CMD):
        No longer constants.
        (static_initializer): Added to initialize above fields.
        * javax/accessibility/AccessibleRelation.java (LABEL_FOR, LABELED_BY,
        MEMBER_OF, CONTROLLER_FOR, CONTROLLED_BY): No longer constants.
        (static_initializer): Added to initialize above fields.

Wolfgang

Reply via email to