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: David Gilbert
Subject: Re: [cp-patches] FYI: MetalTabbedPaneUI additions
Date: Fri, 18 Nov 2005 16:54:48 +0000
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051026)

Roman Kennke wrote:

+

+  /**
+   * Installs the defaults for this UI. This method calls super.installDefaults
+   * and then loads the Metal specific defaults for TabbedPane.
+   */
+  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().

Regards,

Dave






reply via email to

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