classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: PlainView fixlet


From: Anthony Balkissoon
Subject: [cp-patches] FYI: PlainView fixlet
Date: Fri, 14 Oct 2005 15:43:50 -0400

I'm currently implementing WrappedPlainView and in doing so and reading
the specs and O'Reilly Swing book I noticed that getTabSize (both in
WrappedPlainView and in PlainView) should try to retrieve the tab size
from the document's properties before defaulting to 8.  This is fixed in
PlainView.


2005-10-14  Anthony Balkissoon  <address@hidden>

        * javax/swing/text/PlainView.java:
        (getTabSize): Check the Document's properties for
        PlainDocument.tabSizeAttribute before defaulting to 8.

--Tony

Attachment: PlainViewGetTabSize.diff
Description: Text Data


reply via email to

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