Menu

#3 Converted RssChannelView document to HTMLDocument

Current
closed-fixed
Cinek
5
2003-03-25
2003-03-24
No

Changes done to:

RssArticle.java
* added method toHTML which constructs html chunks
(<html>, <body> tags are missing) from instance properties.

RssChannelView.java
* Converted underlying javax.swing.text.Document to a
javax.swing.text.html.HTMLDocument
* makes use of RssArticle toHTML() method.
* insert sequence in updateContent inverted
for (int i=0; i < article.length; i++) -> for (int
i=article.length - 1 ;i >= 0;i--)
* loading a stylesheet for HTML content

* Files added:
+ layout.css

Discussion

  • Christoph Walcher

     
  • Christoph Walcher

    Logged In: YES
    user_id=623161

    URLs used in RssArticle.diff & RssChannelView.diff need to
    be changed...

     
  • Cinek

    Cinek - 2003-03-25
    • labels: --> Presentation
    • milestone: --> Current
    • assigned_to: nobody --> cinek
     
  • Cinek

    Cinek - 2003-03-25
    • status: open --> closed-fixed
     

Log in to post a comment.