classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BasicTableUI painting via CellRendererPane implemented


From: Anthony Balkissoon
Subject: [cp-patches] FYI: BasicTableUI painting via CellRendererPane implemented
Date: Thu, 13 Oct 2005 14:47:49 -0400

This patch removes the painting responsibilities from BasicTableUI and
paints via a CellRendererPane as required.


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

        * javax/swing/plaf/basic/BasicTableUI.java:
        (installDefaults): Initialize rendererPane.
        (paintCell): New method to paint an individual cell using a 
        CellRendererPane, taking borders and highlighting into account.
        (paint): Removed direct painting code, let paintCell handle this.

--Tony

Attachment: BasicTableUICellRendererPanePainting.diff
Description: Text Data


reply via email to

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