home *** CD-ROM | disk | FTP | other *** search
- <j:jelly xmlns:j="jelly:core" xmlns="jelly:com.britannica.cd.plaf.jelly.PlafTagLibrary">
- <plaf name="Bcd" id="Bcd" description="Britannica custom Look and Feel for hard media products">
- <j:invokeStatic var="platform" className="com.britannica.cd.util.Platform" method="instance"/>
-
-
- <j:set var="DefaultEditorKit" value="javax.swing.text.DefaultEditorKit"/>
- <j:set var="JTextField" value="javax.swing.JTextField"/>
- <j:set var="Color" value="java.awt.Color"/>
- <j:set var="Boolean" value="java.lang.Boolean"/>
-
- <theme name="default">
- <property-list name="colorDefaults">
-
-
- <color-property key="desktop" color="#000000"/>
- <color-property key="activeCaption" color="#7B70B5"/>
- <color-property key="activeCaptionText" color="#FFFFFF"/>
- <color-property key="activeCaptionBorder" color="#000000"/>
- <color-property key="inactiveCaption" color="#424152"/>
- <color-property key="inactiveCaptionText" color="#FFFFFF"/>
- <color-property key="inactiveCaptionBorder" color="#000000"/>
- <color-property key="window" color="#FFFFFF"/>
- <color-property key="menu" color="#395173"/>
- <color-property key="menuText" color="#FFFFFF"/>
- <color-property key="text" color="#FFFFFF"/>
- <color-property key="textText" color="#000000"/>
- <color-property key="textHighlight" color="#FF9A31"/>
- <color-property key="textHighlightText" color="#000000"/>
- <color-property key="textInactiveText" color="#E7E7EF"/>
- <color-property key="controlText" color="#FFFFFF"/>
- <color-property key="controlHighlight" color="#FFFFFF"/>
- <color-property key="controlLtHighlight" color="#FF9A31"/>
- <color-property key="scrollbar" color="#747297"/>
- <color-property key="navigatorBackground" color="#423E57"/>
- </property-list>
-
- <input-map name="fieldInputMap">
- <field-property key="ctrl C" className="${DefaultEditorKit}" field="copyAction"/>
- <field-property key="ctrl V" className="${DefaultEditorKit}" field="pasteAction"/>
- <field-property key="ctrl X" className="${DefaultEditorKit}" field="cutAction"/>
- <field-property key="COPY" className="${DefaultEditorKit}" field="copyAction"/>
- <field-property key="PASTE" className="${DefaultEditorKit}" field="pasteAction"/>
- <field-property key="CUT" className="${DefaultEditorKit}" field="cutAction"/>
- <field-property key="shift LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
- <field-property key="shift KP_LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
- <field-property key="shift RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
- <field-property key="shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
- <field-property key="ctrl LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
- <field-property key="ctrl KP_LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
- <field-property key="ctrl RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
- <field-property key="ctrl KP_RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
- <field-property key="ctrl shift LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
- <field-property key="ctrl shift KP_LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
- <field-property key="ctrl shift RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
- <field-property key="ctrl shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
- <field-property key="ctrl A" className="${DefaultEditorKit}" field="selectAllAction"/>
- <field-property key="HOME" className="${DefaultEditorKit}" field="beginLineAction"/>
- <field-property key="END" className="${DefaultEditorKit}" field="endLineAction"/>
- <field-property key="shift HOME" className="${DefaultEditorKit}" field="selectionBeginLineAction"/>
- <field-property key="shift END" className="${DefaultEditorKit}" field="selectionEndLineAction"/>
- <field-property key="BACK_SPACE" className="${DefaultEditorKit}" field="deletePrevCharAction"/>
- <field-property key="DELETE" className="${DefaultEditorKit}" field="deleteNextCharAction"/>
- <field-property key="RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
- <field-property key="LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
- <field-property key="KP_RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
- <field-property key="KP_LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
- <field-property key="ENTER" className="${JTextField}" field="notifyAction"/>
- <simple-property key="ctrl BACK_SLASH" value="unselect"/>
- <simple-property key="control shift O" value="toggle-componentOrientation"/>
- </input-map>
-
- <input-map name="multilineInputMap">
- <field-property key="ctrl C" className="${DefaultEditorKit}" field="copyAction"/>
- <field-property key="ctrl V" className="${DefaultEditorKit}" field="pasteAction"/>
- <field-property key="ctrl X" className="${DefaultEditorKit}" field="cutAction"/>
- <field-property key="COPY" className="${DefaultEditorKit}" field="copyAction"/>
- <field-property key="PASTE" className="${DefaultEditorKit}" field="pasteAction"/>
- <field-property key="CUT" className="${DefaultEditorKit}" field="cutAction"/>
- <field-property key="shift LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
- <field-property key="shift KP_LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
- <field-property key="shift RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
- <field-property key="shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
- <field-property key="ctrl LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
- <field-property key="ctrl KP_LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
- <field-property key="ctrl RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
- <field-property key="ctrl KP_RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
- <field-property key="ctrl shift LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
- <field-property key="ctrl shift KP_LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
- <field-property key="ctrl shift RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
- <field-property key="ctrl shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
- <field-property key="ctrl A" className="${DefaultEditorKit}" field="selectAllAction"/>
- <field-property key="HOME" className="${DefaultEditorKit}" field="beginLineAction"/>
- <field-property key="END" className="${DefaultEditorKit}" field="endLineAction"/>
- <field-property key="shift HOME" className="${DefaultEditorKit}" field="selectionBeginLineAction"/>
- <field-property key="shift END" className="${DefaultEditorKit}" field="selectionEndLineAction"/>
- <field-property key="UP" className="${DefaultEditorKit}" field="upAction"/>
- <field-property key="KP_UP" className="${DefaultEditorKit}" field="upAction"/>
- <field-property key="DOWN" className="${DefaultEditorKit}" field="downAction"/>
- <field-property key="KP_DOWN" className="${DefaultEditorKit}" field="downAction"/>
- <field-property key="PAGE_UP" className="${DefaultEditorKit}" field="pageUpAction"/>
- <field-property key="PAGE_DOWN" className="${DefaultEditorKit}" field="pageDownAction"/>
- <simple-property key="shift PAGE_UP" value="selection-page-up"/>
- <simple-property key="shift PAGE_DOWN" value="selection-page-down"/>
- <simple-property key="ctrl shift PAGE_UP" value="selection-page-left"/>
- <simple-property key="ctrl shift PAGE_DOWN" value="selection-page-right"/>
- <field-property key="shift UP" className="${DefaultEditorKit}" field="selectionUpAction"/>
- <field-property key="shift KP_UP" className="${DefaultEditorKit}" field="selectionUpAction"/>
- <field-property key="shift DOWN" className="${DefaultEditorKit}" field="selectionDownAction"/>
- <field-property key="shift KP_DOWN" className="${DefaultEditorKit}" field="selectionDownAction"/>
- <field-property key="ENTER" className="${DefaultEditorKit}" field="insertBreakAction"/>
- <field-property key="BACK_SPACE" className="${DefaultEditorKit}" field="deletePrevCharAction"/>
- <field-property key="DELETE" className="${DefaultEditorKit}" field="deleteNextCharAction"/>
- <field-property key="RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
- <field-property key="LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
- <field-property key="KP_RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
- <field-property key="KP_LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
- <field-property key="TAB" className="${DefaultEditorKit}" field="insertTabAction"/>
- <simple-property key="ctrl BACK_SLASH" value="unselect"/>
- <field-property key="ctrl HOME" className="${DefaultEditorKit}" field="beginAction"/>
- <field-property key="ctrl END" className="${DefaultEditorKit}" field="endAction"/>
- <field-property key="ctrl shift HOME" className="${DefaultEditorKit}" field="selectionBeginAction"/>
- <field-property key="ctrl shift END" className="${DefaultEditorKit}" field="selectionEndAction"/>
- <simple-property key="ctrl T" value="next-link-value"/>
- <simple-property key="ctrl shift T" value="previous-link-value"/>
- <simple-property key="ctrl SPACE" value="activate-link-value"/>
- <simple-property key="control shift O" value="toggle-componentOrientation"/>
- </input-map>
-
- <input-map name="comboBoxAncestorInputMap">
- <simple-property key="ESCAPE" value="hidePopup"/>
- <simple-property key="PAGE_UP" value="pageUpPassThrough"/>
- <simple-property key="PAGE_DOWN" value="pageDownPassThrough"/>
- <simple-property key="HOME" value="homePassThrough"/>
- <simple-property key="END" value="endPassThrough"/>
- <simple-property key="DOWN" value="selectNext"/>
- <simple-property key="KP_DOWN" value="selectNext"/>
- <simple-property key="alt DOWN" value="togglePopup"/>
- <simple-property key="alt KP_DOWN" value="togglePopup"/>
- <simple-property key="alt UP" value="togglePopup"/>
- <simple-property key="alt KP_UP" value="togglePopup"/>
- <simple-property key="UP" value="selectPrevious"/>
- <simple-property key="KP_UP" value="selectPrevious"/>
- <simple-property key="ctrl T" value="next-link-value"/>
- </input-map>
-
- <j:new var="emptyBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- </j:new>
-
- <j:new var="optionBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
- <j:arg type="int" value="3"/>
- <j:arg type="int" value="2"/>
- <j:arg type="int" value="2"/>
- <j:arg type="int" value="2"/>
- </j:new>
-
- <j:new var="marginBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="3"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="3"/>
- </j:new>
-
- <j:new var="marginInsets" className="java.awt.Insets">
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="3"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="3"/>
- </j:new>
- <j:new var="tabContentBorderInsets" className="java.awt.Insets">
- <j:arg type="int" value="5"/>
- <j:arg type="int" value="5"/>
- <j:arg type="int" value="5"/>
- <j:arg type="int" value="5"/>
- </j:new>
-
- <j:new var="black" className="java.awt.Color">
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- </j:new>
-
- <j:new var="buttonAreaBorder" className="javax.swing.plaf.BorderUIResource$MatteBorderUIResource">
- <j:arg type="int" value="3"/>
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- <j:arg type="int" value="0"/>
- <j:arg type="java.awt.Color" value="${black}"/>
- </j:new>
-
- <j:new var="spaceBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="1"/>
- </j:new>
-
- <j:new var="topLeftBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
- <j:arg type="int" value="20"/>
- <j:arg type="int" value="20"/>
- <j:arg type="int" value="20"/>
- <j:arg type="int" value="20"/>
- </j:new>
-
- <j:new var="radioButtonBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="5"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="5"/>
- </j:new>
-
- <j:new var="scrollbarWidth" className="java.lang.Integer">
- <j:arg type="int" value="15"/>
- </j:new>
-
- <j:new var="minimumThumbSize" className="java.awt.Dimension">
- <j:arg type="int" value="15"/>
- <j:arg type="int" value="15"/>
- </j:new>
-
- <j:new var="borderInset" className="javax.swing.plaf.InsetsUIResource">
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="1"/>
- <j:arg type="int" value="1"/>
- </j:new>
-
- <j:new var="blackLineBorder" className="javax.swing.UIDefaults$ProxyLazyValue">
- <j:arg type="java.lang.String" value="javax.swing.plaf.BorderUIResource"/>
- <j:arg type="java.lang.String" value="getBlackLineBorderUIResource"/>
- </j:new>
-
- <property-list name="componentDefaults">
-
- <color-property key="HomepageFeature.foreground" color="#897FDC"/>
- <color-property key="HomepageFeature.background" color="#6962A8"/>
- <color-property key="HomepageFeature.headerBackground" color="#4D487C"/>
- <color-property key="AppHomepage.background.topGradientColor" color="#4B4B4B"/>
- <color-property key="AppHomepage.background.bottomGradientColor" color="#C1C1C1"/>
- <color-property key="Homepage.background.topGradientColor" color="#4B4B4B"/>
- <color-property key="Homepage.background.bottomGradientColor" color="#C1C1C1"/>
- <simple-property key="Homepage.background.drawFans" value="true"/>
- <simple-property key="Homepage.activeItems" value="true"/>
- <simple-property key="Homepage.originLayout.headerIconX" value="55"/>
- <simple-property key="Homepage.originLayout.headerIconY" value="16"/>
- <simple-property key="Homepage.originLayout.itemX" value="6"/>
- <simple-property key="Homepage.originLayout.itemY" value="140"/>
- <simple-property key="Homepage.originLayout.itemSpacing" value="3"/>
- <simple-property key="Homepage.originLayout.linkX" value="314"/>
- <simple-property key="Homepage.originLayout.linkY" value="139"/>
- <simple-property key="Homepage.originLayout.linkSpacing" value="2"/>
- <simple-property key="Homepage.originLayout.linkToFeatureSpacing" value="18"/>
- <simple-property key="Homepage.originLayout.featureX" value="314"/>
- <simple-property key="Homepage.originLayout.featureSpacing" value="12"/>
-
-
- <simple-property key="TabbedPane.contentBorderInsets" value="${tabContentBorderInsets}"/>
- <simple-property key="TextField.focusInputMap" value="${fieldInputMap}"/>
- <simple-property key="TextField.border" value="${marginBorder}"/>
- <simple-property key="TextField.margin" value="${marginInsets}"/>
- <simple-property key="PasswordField.focusInputMap" value="${fieldInputMap}"/>
- <simple-property key="TextArea.focusInputMap" value="${multilineInputMap}"/>
- <simple-property key="TextPane.focusInputMap" value="${multilineInputMap}"/>
- <simple-property key="EditorPane.focusInputMap" value="${multilineInputMap}"/>
-
- <simple-property key="PopupMenu.border" value="${blackLineBorder}"/>
-
- <color-property key="TabbedPane.selectedTabBackground" color="#E5E5E5"/>
- <color-property key="TabbedPane.unselectedTabBackground" color="#CCCCCC"/>
- <color-property key="TabbedPane.background" color="#FFFFFF"/>
-
-
- <color-property key="ToolBar.background" color="#395173"/>
- <color-property key="ToolBar.buttonBackground" color="#424155"/>
- <simple-property key="ToolBar.border" value="${emptyBorder}"/>
-
- <color-property key="ToggleButton.background" color="#F3F3E7"/>
- <color-property key="ToggleButton.foreground" color="#666666"/>
- <color-property key="ToggleButton.selectedForeground" color="#FFFFFF"/>
- <color-property key="LibraryButton.background" color="#333242"/>
- <field-property key="LibraryButton.foreground" className="${Color}" field="white"/>
- <field-property key="LibraryButton.selectedForeground" className="${Color}" field="black"/>
-
- <color-property key="CurvedToggleButton.background" color="#999999"/>
- <color-property key="CurvedToggleButton.selectedBackground" color="#ADADAD"/>
- <color-property key="CurvedToggleButton.rolloverBackground" color="#ADADAD"/>
-
- <color-property key="CurvedToggleButton.foreground" color="#FFFFFF"/>
- <color-property key="CurvedToggleButton.rolloverForeground" color="#FFFFFF"/>
- <color-property key="CurvedToggleButton.selectedForeground" color="#FFFFFF"/>
-
-
-
- <simple-property key="ComboBox.ancestorInputMap" value="${comboBoxAncestorInputMap}"/>
- <simple-property key="ComboBox.border" value="${emptyBorder}"/>
-
- <color-property key="CapsuleButton.foreground" color="#423E57"/>
- <color-property key="CapsuleButton.rolloverOutlineOutsideColor" color="#9894C4"/>
- <color-property key="CapsuleButton.rolloverOutlineInsideColor" color="#423E57"/>
-
- <color-property key="VerticalDash.foreground" color="#9A94C4"/>
- <color-property key="HorizontalDash.foreground" color="#9A94C4"/>
- <field-property key="VerticalSeparator.foreground" className="${Color}" field="white"/>
-
- <field-property key="CollapseButton.foreground" className="${Color}" field="white"/>
- <color-property key="CollapseButton.background" color="#395173"/>
- <color-property key="CollapseButton.rolloverBackground" color="#637491"/>
-
- <color-property key="AdvancedSearchButton.background" color="#423555"/>
- <color-property key="AdvancedSearchButton.foreground" color="#ADA9DE"/>
- <color-property key="AdvancedSearchButton.outline" color="#B6BBD1"/>
- <color-property key="AdvancedSearchButton.rolloverBackground" color="#686777"/>
- <color-property key="AdvancedSearchButton.rolloverForeground" color="#FFFFFF"/>
-
- <color-property key="RoundRectangleButton.foreground" color="#FFFFFF"/>
- <color-property key="RoundRectangleButton.background" color="#424155"/>
- <color-property key="RoundRectangleButton.outlineColor" color="#9894C4"/>
- <color-property key="RoundRectangleButton.rolloverOutlineColor" color="#B6B8D1"/>
- <field-property key="Navigator.titleForeground" className="${Color}" field="white"/>
-
-
- <color-property key="LibraryLabel.background" color="#423E57"/>
-
- <color-property key="SearchResult.background" color="#FFFFFF"/>
- <color-property key="StartupSearchHint.foreground" color="#1E1E50"/>
-
-
-
- <color-property key="LabelToggleButton.background" color="#595873"/>
- <color-property key="LabelToggleButton.foreground" color="#FFFFFF"/>
- <color-property key="LabelToggleButton.selectedForeground" color="#423E57"/>
- <color-property key="ProgressBar.background" color="#FFFFFF"/>
- <color-property key="ProgressBar.foreground" color="#009933"/>
- </property-list>
-
- <property-list name="classDefaults">
- <simple-property key="BcdArrowBulletUI" value="com.britannica.cd.plaf.bcd.BcdArrowBulletUI"/>
- <simple-property key="FramelessButtonUI" value="com.britannica.cd.plaf.bcd.BcdFramelessButtonUI"/>
- <simple-property key="CapsuleButtonUI" value="com.britannica.cd.plaf.bcd.BcdCapsuleButtonUI"/>
- <simple-property key="ChainedToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdChainedToggleButtonUI"/>
- <simple-property key="BcdComboBoxUI" value="com.britannica.cd.plaf.bcd.BcdComboBoxUI"/>
- <simple-property key="CurvedButtonUI" value="com.britannica.cd.plaf.bcd.BcdCurvedButtonUI"/>
- <simple-property key="CurvedPanelUI" value="com.britannica.cd.plaf.bcd.BcdCurvedPanelUI"/>
- <simple-property key="DepressedGraphicButtonUI" value="com.britannica.cd.plaf.bcd.BcdDepressedGraphicButtonUI"/>
- <simple-property key="EditorPaneUI" value="com.britannica.cd.plaf.bcd.BcdEditorPaneUI"/>
- <simple-property key="HomepagePanelUI" value="com.britannica.cd.plaf.bcd.BcdHomepagePanelUI"/>
- <simple-property key="HomepageFeatureUI" value="com.britannica.cd.plaf.bcd.BcdHomepageFeatureUI"/>
- <simple-property key="HomepageFeatureIconUI" value="com.britannica.cd.plaf.bcd.BcdHomepageFeatureIconUI"/>
- <simple-property key="HorizontalDashUI" value="com.britannica.cd.plaf.bcd.BcdHorizontalDashUI"/>
- <simple-property key="IconButtonUI" value="com.britannica.cd.plaf.bcd.BcdIconButtonUI"/>
-
- <simple-property key="InvertedChainedToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdInvertedChainedToggleButtonUI"/>
- <simple-property key="GradientPanelUI" value="com.britannica.cd.plaf.bcd.BcdGradientPanelUI"/>
- <simple-property key="LibraryGradientPanelUI" value="com.britannica.cd.plaf.bcd.BcdLibraryGradientPanelUI"/>
- <simple-property key="LabelUI" value="com.britannica.cd.plaf.bcd.BcdLabelUI"/>
- <simple-property key="LabelToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdLabelToggleButtonUI"/>
- <simple-property key="RolloverButtonUI" value="com.britannica.cd.plaf.bcd.BcdRolloverButtonUI"/>
- <simple-property key="RoundRectangleButtonUI" value="com.britannica.cd.plaf.bcd.BcdRoundRectangleButtonUI"/>
- <simple-property key="CurvedToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdCurvedToggleButtonUI"/>
-
- <simple-property key="LibraryButtonUI" value="com.britannica.cd.plaf.bcd.BcdLibraryButtonUI"/>
- <simple-property key="LibraryToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdLibraryToggleButtonUI"/>
- <simple-property key="LibraryLabelUI" value="com.britannica.cd.plaf.bcd.BcdLibraryLabelUI"/>
- <simple-property key="TabbedPaneUI" value="com.britannica.cd.plaf.bcd.BcdTabbedPaneUI"/>
- <simple-property key="TextAreaUI" value="com.britannica.cd.plaf.bcd.BcdTextAreaUI"/>
- <simple-property key="TextFieldUI" value="com.britannica.cd.plaf.bcd.BcdTextFieldUI"/>
- <simple-property key="TextPaneUI" value="com.britannica.cd.plaf.bcd.BcdTextPaneUI"/>
- <simple-property key="TexturedPanelUI" value="com.britannica.cd.plaf.bcd.BcdTexturedPanelUI"/>
- <simple-property key="VerticalDashUI" value="com.britannica.cd.plaf.bcd.BcdVerticalDashUI"/>
- <simple-property key="VerticalSeparatorUI" value="com.britannica.cd.plaf.bcd.BcdVerticalSeparatorUI"/>
- <simple-property key="EditableComboBoxUI" value="com.britannica.cd.plaf.bcd.BcdComboBoxUI"/>
-
- <simple-property key="SearchResultsSplitPaneUI" value="com.britannica.cd.plaf.bcd.BcdSearchResultsSplitPaneUI"/>
- <simple-property key="WorkspaceSplitPaneUI" value="com.britannica.cd.plaf.bcd.BcdWorkspaceSplitPaneUI"/>
- </property-list>
- </theme>
-
- <theme name="EB">
- <property-list name="colorDefaults">
- <color-property key="textHighlight" color="#FFEBCF"/>
- </property-list>
- <property-list name="componentDefaults">
- <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextField.selectionForeground" color="#000000"/>
- <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="Library.darkBackground" color="#474FA8"/>
- <color-property key="Library.lightBackground" color="#538CC5"/>
- <color-property key="Library.lighterBackground" color="#E4E5F2"/>
- <color-property key="Library.lowerGradient" color="#77A9C9"/>
- <color-property key="Library.Tab.background.topGradientColor" color="#474EA8"/>
- <color-property key="Library.Tab.background.bottomGradientColor" color="#C7CAE5"/>
- <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
- <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
- </property-list>
- </theme>
-
-
- <theme name="EBI">
- <property-list name="colorDefaults">
- <color-property key="textHighlight" color="#FFF7CC"/>
- </property-list>
- <property-list name="componentDefaults">
- <color-property key="TextField.selectionBackground" color="#E4EEE1"/>
- <color-property key="TextField.selectionForeground" color="#000000"/>
- <color-property key="TextArea.selectionBackground" color="#E4EEE1"/>
- <color-property key="TextPane.selectionBackground" color="#E4EEE1"/>
- <color-property key="EditorPane.selectionBackground" color="#E4EEE1"/>
- <color-property key="Library.darkBackground" color="#8EB300"/>
- <color-property key="Library.lightBackground" color="#7AAB67"/>
- <color-property key="Library.lighterBackground" color="#E3DDEF"/>
- <color-property key="Library.lowerGradient" color="#8EB300"/>
- <color-property key="Library.Tab.background.topGradientColor" color="#725F97"/>
- <color-property key="Library.Tab.background.bottomGradientColor" color="#C7BBDE"/>
- <color-property key="ToggleButton.selectedBackground" color="#7AAB67"/>
- <color-property key="ToggleButton.rolloverForeground" color="#7AAB67"/>
-
- </property-list>
- </theme>
-
- <theme name="EBK">
- <property-list name="colorDefaults">
- <color-property key="textHighlight" color="#E6F2CA"/>
- </property-list>
- <property-list name="componentDefaults">
- <color-property key="TextField.selectionBackground" color="#EEE6F3"/>
- <color-property key="TextField.selectionForeground" color="#000000"/>
- <color-property key="TextArea.selectionBackground" color="#EEE6F3"/>
- <color-property key="TextPane.selectionBackground" color="#EEE6F3"/>
- <color-property key="EditorPane.selectionBackground" color="#EEE6F3"/>
- <color-property key="Library.darkBackground" color="#E19632"/>
- <color-property key="Library.lightBackground" color="#AC81C1"/>
- <color-property key="Library.lighterBackground" color="#DBE7F2"/>
- <color-property key="Library.lowerGradient" color="#E19632"/>
- <color-property key="Library.Tab.background.topGradientColor" color="#3F73A2"/>
- <color-property key="Library.Tab.background.bottomGradientColor" color="#91B6D9"/>
- <color-property key="ToggleButton.selectedBackground" color="#AC81C1"/>
- <color-property key="ToggleButton.rolloverForeground" color="#AC81C1"/>
- </property-list>
- </theme>
-
- <theme name="STANDARD">
- <property-list name="colorDefaults">
- <color-property key="textHighlight" color="#FFEBCF"/>
- </property-list>
- <property-list name="componentDefaults">
- <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextField.selectionForeground" color="#000000"/>
- <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="Library.darkBackground" color="#474FA8"/>
- <color-property key="Library.lightBackground" color="#538CC5"/>
- <color-property key="Library.lighterBackground" color="#E4E5F2"/>
- <color-property key="Library.lowerGradient" color="#77A9C9"/>
- <color-property key="Library.Tab.background.topGradientColor" color="#474EA8"/>
- <color-property key="Library.Tab.background.bottomGradientColor" color="#C7CAE5"/>
- <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
- <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
- </property-list>
- </theme>
-
- <theme name="CONCISE">
- <property-list name="colorDefaults">
- <color-property key="textHighlight" color="#FFEBCF"/>
- </property-list>
- <property-list name="componentDefaults">
- <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextField.selectionForeground" color="#000000"/>
- <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="Library.darkBackground" color="#474FA8"/>
- <color-property key="Library.lightBackground" color="#538CC5"/>
- <color-property key="Library.lighterBackground" color="#E4E5F2"/>
- <color-property key="Library.lowerGradient" color="#77A9C9"/>
- <color-property key="Library.Tab.background.topGradientColor" color="#474EA8"/>
- <color-property key="Library.Tab.background.bottomGradientColor" color="#C7CAE5"/>
- <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
- <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
- </property-list>
- </theme>
-
- <theme name="READY_REF">
- <property-list name="colorDefaults">
- <color-property key="textHighlight" color="#FFEBCF"/>
- </property-list>
- <property-list name="componentDefaults">
- <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextField.selectionForeground" color="#000000"/>
- <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
- <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
- <color-property key="Library.darkBackground" color="#538CC5"/>
- <color-property key="Library.lightBackground" color="#538CC5"/>
- <color-property key="Library.lighterBackground" color="#DDE8F3"/>
- <color-property key="Library.lowerGradient" color="#3E6994"/>
- <color-property key="Library.Homepage.background.topGradientColor" color="#56687D"/>
- <color-property key="Library.Homepage.background.bottomGradientColor" color="#9BAEC2"/>
- <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
- <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
- </property-list>
- </theme>
-
- </plaf>
- </j:jelly>
-