classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: fixlet for BoxView


From: Anthony Balkissoon
Subject: [cp-patches] FYI: fixlet for BoxView
Date: Thu, 17 Nov 2005 15:59:03 -0500

BoxView was using CompositeView's modelToView method, but it really
should override it and make sure the children are allocated first,
otherwise you'll get BadLocationError.  This matches what the docs say
to do and it eliminates a bunch of AssertionErrors.

2005-11-17  Anthony Balkissoon  <address@hidden>

        * javax/swing/text/BoxView.java:
        (modelToView): New API method.

--Tony

Attachment: BoxViewModelToView.diff
Description: Text Data


reply via email to

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