classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: MetalTabbedPaneUI additions


From: Roman Kennke
Subject: Re: [cp-patches] FYI: MetalTabbedPaneUI additions
Date: Fri, 18 Nov 2005 22:05:50 +0000

Hi,

>>+  protected void installDefaults()
>>+  {
>>+    selectColor = UIManager.getColor("TabbedPane.selected");
>>+    selectHighlight = UIManager.getColor("TabbedPane.selectHighlight");
>>+    tabAreaBackground = UIManager.getColor("TabbedPane.tabAreaBackground");
>>+    minTabWidth = 0;
>>+  }
>> }
>>
>>
>You omitted the super.installDefaults().

yeah. Fixed as follows:

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

        * javax/swing/plaf/metal/MetalTabbedPaneUI.java
        (installDefaults): Added super.installDefaults().

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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