classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BasicOptionPaneUI fix


From: Roman Kennke
Subject: [cp-patches] FYI: BasicOptionPaneUI fix
Date: Tue, 22 Nov 2005 15:18:24 +0000

Hi,

I adjusted the BasicOptionPaneUI to work properly with Lillian's
reworked Graphics.drawString. The problem here is that JLabel is not
able to display multiline strings, so we have to split this over
multiple JLabels.

2005-11-22  Roman Kennke  <address@hidden>

        * javax/swing/plaf/basic/BasicOptionPaneUI.java
        (addMessageComponents): Also burst the string if there are
newlines
        in it.
        (burstStringInto): Improved algorithm to also handle newlines.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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