classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: StyledEditorKit fix


From: Lillian Angel
Subject: [cp-patches] Patch: StyledEditorKit fix
Date: Tue, 13 Dec 2005 17:16:15 -0500

Added more default actions to the StyledEditorKit, and made some other
small related fixes.

2005-12-13  Lillian Angel  <address@hidden>

        * javax/swing/AbstractAction.java:
        (putValue): Fixed check, should use .equals when comparing
        objects.
        * javax/swing/text/StyledEditorKit.java
        (UnderlineAction): Fixed name.
        (ItalicAction): Likewise.
        (BoldAction): Likewise.
        (getActions): Added more default actions.
        * javax/swing/text/html/HTMLDocument.java:
        Removed unneeded import statement.
        * javax/swing/text/html/HTMLEditorKit.java:
        Added new field
        (getActions): Fixed to use augmentList to combine
        the actions from the super class with the ones from
        this class.

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]