classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BorderFactory fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: BorderFactory fixlet
Date: Fri, 7 Oct 2005 12:29:53 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

The method createLineBorder(Color) used to return null. I fixed this by
forwarding it to createLineBorder(Color, int) with a thickness of 1.

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

        * javax/swing/BorderFactory.java
        (createLineBorder(Color)): Forward call to
        createLineBorder(Color, int) with thickness of 1.


/Roman

Attachment: BorderFactory.diff
Description: Text Data


reply via email to

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