classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch for JTree Scrollable implementation


From: Anthony Balkissoon
Subject: [cp-patches] Patch for JTree Scrollable implementation
Date: Fri, 02 Sep 2005 14:43:43 -0400

Some more Scrollable methods weren't implemented properly and were
causing weird painting problems.  Patch is attached.

2005-09-02  Anthony Balkissoon  <address@hidden>

        * javax/swing/JTree.java:
        (getScrollableTracksViewportHeight): Return true if parent is a 
        JViewport and parent's height is smaller than ours.
        (getScrollableTracksViewportWidth): Return true if parent is a
        JViewport and parent's width is smaller than ours.

--Tony

Attachment: JTreeScrollableTracking.diff
Description: Text Data


reply via email to

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