classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: LabelView additions


From: Roman Kennke
Subject: [cp-patches] FYI: LabelView additions
Date: Wed, 5 Oct 2005 19:56:24 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

This implements all of javax.swing.text.LabelView.

2005-10-05  Roman Kennke  <address@hidden>

        * javax/swing/text/LabelView.java
        (LabelView): Implemented the constructor.
        (setPropertiesFromAttributes): New method.
        (changedUpdate): New method.
        (getBackground): New method.
        (setBackground): New method.
        (getForeground): New method.
        (getFont): New method.
        (getFontMetrics): New method.
        (isUnderline): New method.
        (setUnderline): New method.
        (isSubscript): New method.
        (setSubscript): New method.
        (isSuperscript): New method.
        (setSuperscript): New method.
        (isStrikeThrough): New method.
        (setStrikeThrough): New method.


/Roman

Attachment: LabelView.diff
Description: Text Data


reply via email to

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