Lines Matching refs:TabbedPane

809             // *** TabbedPane
810 "TabbedPane.font", controlFont,
811 "TabbedPane.smallFont", controlSmallFont,
812 "TabbedPane.useSmallLayout", Boolean.FALSE,//sSmallTabs ? Boolean.TRUE : Boolean.FALSE,
813 "TabbedPane.background", tabBackgroundColor, // for bug [3398277] use a background color so that
815 "TabbedPane.foreground", black, //ThemeTextColor.GetThemeTextColor(AppearanceConstants.kThemeTextColorTabFrontActive),
816 //"TabbedPane.lightHighlight", table.get("controlLtHighlight"),
817 //"TabbedPane.highlight", table.get("controlHighlight"),
818 //"TabbedPane.shadow", table.get("controlShadow"),
819 //"TabbedPane.darkShadow", table.get("controlDkShadow"),
820 //"TabbedPane.focus", table.get("controlText"),
821 "TabbedPane.opaque", useOpaqueComponents,
822 "TabbedPane.textIconGap", new Integer(4),
823 "TabbedPane.tabInsets", new InsetsUIResource(0, 10, 3, 10), // Label within tab (top, left, bottom, right)
824 //"TabbedPane.rightTabInsets", new InsetsUIResource(0, 10, 3, 10), // Label within tab (top, left, bottom, right)
825 "TabbedPane.leftTabInsets", new InsetsUIResource(0, 10, 3, 10), // Label within tab
826 "TabbedPane.rightTabInsets", new InsetsUIResource(0, 10, 3, 10), // Label within tab
827 //"TabbedPane.tabAreaInsets", new InsetsUIResource(3, 9, -1, 9), // Tabs relative to edge of pane (negative value for overlapping)
828 "TabbedPane.tabAreaInsets", new InsetsUIResource(3, 9, -1, 9), // Tabs relative to edge of pane (negative value for overlapping)
830 "TabbedPane.contentBorderInsets", new InsetsUIResource(8, 0, 0, 0), // width of border
831 //"TabbedPane.selectedTabPadInsets", new InsetsUIResource(0, 0, 1, 0), // Really outsets, this is where we allow for overlap
832 "TabbedPane.selectedTabPadInsets", new InsetsUIResource(0, 0, 0, 0), // Really outsets, this is where we allow for overlap
833 "TabbedPane.tabsOverlapBorder", Boolean.TRUE,
834 "TabbedPane.selectedTabTitlePressedColor", selectedTabTitlePressedColor,
835 "TabbedPane.selectedTabTitleDisabledColor", selectedTabTitleDisabledColor,
836 "TabbedPane.selectedTabTitleNormalColor", selectedTabTitleNormalColor,
837 "TabbedPane.selectedTabTitleShadowDisabledColor", selectedTabTitleShadowDisabledColor,
838 "TabbedPane.selectedTabTitleShadowNormalColor", selectedTabTitleShadowNormalColor,
839 "TabbedPane.nonSelectedTabTitleNormalColor", nonSelectedTabTitleNormalColor,
1046 "TabbedPaneUI", PKG_PREFIX + (JRSUIUtils.TabbedPane.shouldUseTabbedPaneContrastUI() ? "AquaTabbedPaneContrastUI" : "AquaTabbedPaneUI"),