classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: HTML default StyleSheet


From: Lillian Angel
Subject: [cp-patches] Patch: HTML default StyleSheet
Date: Fri, 16 Dec 2005 16:35:45 -0500

Implemented more of HTML to use the default style sheet. I have, also,
created/committed the default style sheet (default.css) with all the
correct values.

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

        * javax/swing/text/html/HTMLDocument.java
        (HTMLDocument): Fixed. The style sheet is initialized
        using HTMLEditorKit.
        (HTMLDocument): Fixed to call this with null as the
        style sheet.
        * javax/swing/text/html/HTMLEditorKit.java:
        Added new fields.
        (LinkController): Calls super constructor.
        (InsertHTMLTextAction): Added comment.
        (actionPerformed): Partially implemented.
        (HTMLEditorKit): Fixed to initialize style sheet to
        default.css.
        (getParser): Fixed field name.
        (read): Added code to set base for document.
        (getContentType): Fixed to return field.
        (createInputAttributes): Partially implemented.
        (install): Added FIXME.
        (deinstall): set field to null.
        (getInputAttributes): Implemented.
        * javax/swing/text/html/StyleSheet.java
        (importStyleSheet): Partially implemented.
        * javax/swing/text/html/default.css: New file. Default style
        sheet for HTML.


Attachment: patch.diff
Description: Text Data


reply via email to

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