home *** CD-ROM | disk | FTP | other *** search
/ Encyclopaedia Britannica …oncise Encyclopedia 2007 / bcd_concise07.iso / data / jars / PlafImpl.jar / plaf-properties.jelly
Encoding:
Text File  |  2006-08-04  |  34.7 KB  |  511 lines

  1. <j:jelly xmlns:j="jelly:core" xmlns="jelly:com.britannica.cd.plaf.jelly.PlafTagLibrary">
  2.     <plaf name="Bcd" id="Bcd" description="Britannica custom Look and Feel for hard media products">
  3.       <j:invokeStatic var="platform" className="com.britannica.cd.util.Platform" method="instance"/>
  4.  
  5.  
  6.         <j:set var="DefaultEditorKit" value="javax.swing.text.DefaultEditorKit"/>
  7.         <j:set var="JTextField" value="javax.swing.JTextField"/>
  8.         <j:set var="Color" value="java.awt.Color"/>
  9.         <j:set var="Boolean" value="java.lang.Boolean"/>
  10.  
  11.         <theme name="default">
  12.             <property-list name="colorDefaults">
  13.  
  14.  
  15.                 <color-property key="desktop" color="#000000"/>
  16.                 <color-property key="activeCaption" color="#7B70B5"/>
  17.                 <color-property key="activeCaptionText" color="#FFFFFF"/>
  18.                 <color-property key="activeCaptionBorder" color="#000000"/>
  19.                 <color-property key="inactiveCaption" color="#424152"/>
  20.                 <color-property key="inactiveCaptionText" color="#FFFFFF"/>
  21.                 <color-property key="inactiveCaptionBorder" color="#000000"/>
  22.                 <color-property key="window" color="#FFFFFF"/>
  23.                 <color-property key="menu" color="#395173"/>
  24.                 <color-property key="menuText" color="#FFFFFF"/>
  25.                 <color-property key="text" color="#FFFFFF"/>
  26.                 <color-property key="textText" color="#000000"/>
  27.                 <color-property key="textHighlight" color="#FF9A31"/>
  28.                 <color-property key="textHighlightText" color="#000000"/>
  29.                 <color-property key="textInactiveText" color="#E7E7EF"/>
  30.                 <color-property key="controlText" color="#FFFFFF"/>
  31.                 <color-property key="controlHighlight" color="#FFFFFF"/>
  32.                 <color-property key="controlLtHighlight" color="#FF9A31"/>
  33.                 <color-property key="scrollbar" color="#747297"/>
  34.                 <color-property key="navigatorBackground" color="#423E57"/>
  35.             </property-list>
  36.  
  37.             <input-map name="fieldInputMap">
  38.                 <field-property key="ctrl C" className="${DefaultEditorKit}" field="copyAction"/>
  39.                 <field-property key="ctrl V" className="${DefaultEditorKit}" field="pasteAction"/>
  40.                 <field-property key="ctrl X" className="${DefaultEditorKit}" field="cutAction"/>
  41.                 <field-property key="COPY" className="${DefaultEditorKit}" field="copyAction"/>
  42.                 <field-property key="PASTE" className="${DefaultEditorKit}" field="pasteAction"/>
  43.                 <field-property key="CUT" className="${DefaultEditorKit}" field="cutAction"/>
  44.                 <field-property key="shift LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
  45.                 <field-property key="shift KP_LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
  46.                 <field-property key="shift RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
  47.                 <field-property key="shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
  48.                 <field-property key="ctrl LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
  49.                 <field-property key="ctrl KP_LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
  50.                 <field-property key="ctrl RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
  51.                 <field-property key="ctrl KP_RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
  52.                 <field-property key="ctrl shift LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
  53.                 <field-property key="ctrl shift KP_LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
  54.                 <field-property key="ctrl shift RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
  55.                 <field-property key="ctrl shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
  56.                 <field-property key="ctrl A" className="${DefaultEditorKit}" field="selectAllAction"/>
  57.                 <field-property key="HOME" className="${DefaultEditorKit}" field="beginLineAction"/>
  58.                 <field-property key="END" className="${DefaultEditorKit}" field="endLineAction"/>
  59.                 <field-property key="shift HOME" className="${DefaultEditorKit}" field="selectionBeginLineAction"/>
  60.                 <field-property key="shift END" className="${DefaultEditorKit}" field="selectionEndLineAction"/>
  61.                 <field-property key="BACK_SPACE" className="${DefaultEditorKit}" field="deletePrevCharAction"/>
  62.                 <field-property key="DELETE" className="${DefaultEditorKit}" field="deleteNextCharAction"/>
  63.                 <field-property key="RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
  64.                 <field-property key="LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
  65.                 <field-property key="KP_RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
  66.                 <field-property key="KP_LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
  67.                 <field-property key="ENTER" className="${JTextField}" field="notifyAction"/>
  68.                 <simple-property key="ctrl BACK_SLASH" value="unselect"/>
  69.                 <simple-property key="control shift O" value="toggle-componentOrientation"/>
  70.             </input-map>
  71.  
  72.             <input-map name="multilineInputMap">
  73.                 <field-property key="ctrl C" className="${DefaultEditorKit}" field="copyAction"/>
  74.                 <field-property key="ctrl V" className="${DefaultEditorKit}" field="pasteAction"/>
  75.                 <field-property key="ctrl X" className="${DefaultEditorKit}" field="cutAction"/>
  76.                 <field-property key="COPY" className="${DefaultEditorKit}" field="copyAction"/>
  77.                 <field-property key="PASTE" className="${DefaultEditorKit}" field="pasteAction"/>
  78.                 <field-property key="CUT" className="${DefaultEditorKit}" field="cutAction"/>
  79.                 <field-property key="shift LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
  80.                 <field-property key="shift KP_LEFT" className="${DefaultEditorKit}" field="selectionBackwardAction"/>
  81.                 <field-property key="shift RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
  82.                 <field-property key="shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionForwardAction"/>
  83.                 <field-property key="ctrl LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
  84.                 <field-property key="ctrl KP_LEFT" className="${DefaultEditorKit}" field="previousWordAction"/>
  85.                 <field-property key="ctrl RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
  86.                 <field-property key="ctrl KP_RIGHT" className="${DefaultEditorKit}" field="nextWordAction"/>
  87.                 <field-property key="ctrl shift LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
  88.                 <field-property key="ctrl shift KP_LEFT" className="${DefaultEditorKit}" field="selectionPreviousWordAction"/>
  89.                 <field-property key="ctrl shift RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
  90.                 <field-property key="ctrl shift KP_RIGHT" className="${DefaultEditorKit}" field="selectionNextWordAction"/>
  91.                 <field-property key="ctrl A" className="${DefaultEditorKit}" field="selectAllAction"/>
  92.                 <field-property key="HOME" className="${DefaultEditorKit}" field="beginLineAction"/>
  93.                 <field-property key="END" className="${DefaultEditorKit}" field="endLineAction"/>
  94.                 <field-property key="shift HOME" className="${DefaultEditorKit}" field="selectionBeginLineAction"/>
  95.                 <field-property key="shift END" className="${DefaultEditorKit}" field="selectionEndLineAction"/>
  96.                 <field-property key="UP" className="${DefaultEditorKit}" field="upAction"/>
  97.                 <field-property key="KP_UP" className="${DefaultEditorKit}" field="upAction"/>
  98.                 <field-property key="DOWN" className="${DefaultEditorKit}" field="downAction"/>
  99.                 <field-property key="KP_DOWN" className="${DefaultEditorKit}" field="downAction"/>
  100.                 <field-property key="PAGE_UP" className="${DefaultEditorKit}" field="pageUpAction"/>
  101.                 <field-property key="PAGE_DOWN" className="${DefaultEditorKit}" field="pageDownAction"/>
  102.                 <simple-property key="shift PAGE_UP" value="selection-page-up"/>
  103.                 <simple-property key="shift PAGE_DOWN" value="selection-page-down"/>
  104.                 <simple-property key="ctrl shift PAGE_UP" value="selection-page-left"/>
  105.                 <simple-property key="ctrl shift PAGE_DOWN" value="selection-page-right"/>
  106.                 <field-property key="shift UP" className="${DefaultEditorKit}" field="selectionUpAction"/>
  107.                 <field-property key="shift KP_UP" className="${DefaultEditorKit}" field="selectionUpAction"/>
  108.                 <field-property key="shift DOWN" className="${DefaultEditorKit}" field="selectionDownAction"/>
  109.                 <field-property key="shift KP_DOWN" className="${DefaultEditorKit}" field="selectionDownAction"/>
  110.                 <field-property key="ENTER" className="${DefaultEditorKit}" field="insertBreakAction"/>
  111.                 <field-property key="BACK_SPACE" className="${DefaultEditorKit}" field="deletePrevCharAction"/>
  112.                 <field-property key="DELETE" className="${DefaultEditorKit}" field="deleteNextCharAction"/>
  113.                 <field-property key="RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
  114.                 <field-property key="LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
  115.                 <field-property key="KP_RIGHT" className="${DefaultEditorKit}" field="forwardAction"/>
  116.                 <field-property key="KP_LEFT" className="${DefaultEditorKit}" field="backwardAction"/>
  117.                 <field-property key="TAB" className="${DefaultEditorKit}" field="insertTabAction"/>
  118.                 <simple-property key="ctrl BACK_SLASH" value="unselect"/>
  119.                 <field-property key="ctrl HOME" className="${DefaultEditorKit}" field="beginAction"/>
  120.                 <field-property key="ctrl END" className="${DefaultEditorKit}" field="endAction"/>
  121.                 <field-property key="ctrl shift HOME" className="${DefaultEditorKit}" field="selectionBeginAction"/>
  122.                 <field-property key="ctrl shift END" className="${DefaultEditorKit}" field="selectionEndAction"/>
  123.                 <simple-property key="ctrl T" value="next-link-value"/>
  124.                 <simple-property key="ctrl shift T" value="previous-link-value"/>
  125.                 <simple-property key="ctrl SPACE" value="activate-link-value"/>
  126.                 <simple-property key="control shift O" value="toggle-componentOrientation"/>
  127.             </input-map>
  128.             
  129.             <input-map name="comboBoxAncestorInputMap">
  130.                 <simple-property key="ESCAPE" value="hidePopup"/>
  131.                 <simple-property key="PAGE_UP" value="pageUpPassThrough"/>
  132.                 <simple-property key="PAGE_DOWN" value="pageDownPassThrough"/>
  133.                 <simple-property key="HOME" value="homePassThrough"/>
  134.                 <simple-property key="END" value="endPassThrough"/>
  135.                 <simple-property key="DOWN" value="selectNext"/>
  136.                 <simple-property key="KP_DOWN" value="selectNext"/>
  137.                 <simple-property key="alt DOWN" value="togglePopup"/>
  138.                 <simple-property key="alt KP_DOWN" value="togglePopup"/>
  139.                 <simple-property key="alt UP" value="togglePopup"/>
  140.                 <simple-property key="alt KP_UP" value="togglePopup"/>
  141.                 <simple-property key="UP" value="selectPrevious"/>
  142.                 <simple-property key="KP_UP" value="selectPrevious"/>
  143.                 <simple-property key="ctrl T" value="next-link-value"/>
  144.             </input-map>
  145.  
  146.             <j:new var="emptyBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
  147.                 <j:arg type="int" value="0"/>
  148.                 <j:arg type="int" value="0"/>
  149.                 <j:arg type="int" value="0"/>
  150.                 <j:arg type="int" value="0"/>
  151.             </j:new>
  152.  
  153.             <j:new var="optionBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
  154.                 <j:arg type="int" value="3"/>
  155.                 <j:arg type="int" value="2"/>
  156.                 <j:arg type="int" value="2"/>
  157.                 <j:arg type="int" value="2"/>
  158.             </j:new>
  159.  
  160.             <j:new var="marginBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
  161.                 <j:arg type="int" value="1"/>
  162.                 <j:arg type="int" value="3"/>
  163.                 <j:arg type="int" value="1"/>
  164.                 <j:arg type="int" value="3"/>
  165.             </j:new>
  166.  
  167.             <j:new var="marginInsets" className="java.awt.Insets">
  168.                 <j:arg type="int" value="1"/>
  169.                 <j:arg type="int" value="3"/>
  170.                 <j:arg type="int" value="1"/>
  171.                 <j:arg type="int" value="3"/>
  172.             </j:new>
  173.         <j:new var="tabContentBorderInsets" className="java.awt.Insets">
  174.                 <j:arg type="int" value="5"/>
  175.                 <j:arg type="int" value="5"/>
  176.                 <j:arg type="int" value="5"/>
  177.                 <j:arg type="int" value="5"/>
  178.             </j:new>
  179.  
  180.             <j:new var="black" className="java.awt.Color">
  181.                 <j:arg type="int" value="0"/>
  182.                 <j:arg type="int" value="0"/>
  183.                 <j:arg type="int" value="0"/>
  184.             </j:new>
  185.  
  186.             <j:new var="buttonAreaBorder" className="javax.swing.plaf.BorderUIResource$MatteBorderUIResource">
  187.                 <j:arg type="int" value="3"/>
  188.                 <j:arg type="int" value="0"/>
  189.                 <j:arg type="int" value="0"/>
  190.                 <j:arg type="int" value="0"/>
  191.                 <j:arg type="java.awt.Color" value="${black}"/>
  192.             </j:new>
  193.  
  194.             <j:new var="spaceBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
  195.                 <j:arg type="int" value="1"/>
  196.                 <j:arg type="int" value="1"/>
  197.                 <j:arg type="int" value="1"/>
  198.                 <j:arg type="int" value="1"/>
  199.             </j:new>
  200.  
  201.             <j:new var="topLeftBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
  202.                 <j:arg type="int" value="20"/>
  203.                 <j:arg type="int" value="20"/>
  204.                 <j:arg type="int" value="20"/>
  205.                 <j:arg type="int" value="20"/>
  206.             </j:new>
  207.  
  208.             <j:new var="radioButtonBorder" className="javax.swing.plaf.BorderUIResource$EmptyBorderUIResource">
  209.                 <j:arg type="int" value="1"/>
  210.                 <j:arg type="int" value="5"/>
  211.                 <j:arg type="int" value="1"/>
  212.                 <j:arg type="int" value="5"/>
  213.             </j:new>
  214.  
  215.             <j:new var="scrollbarWidth" className="java.lang.Integer">
  216.                 <j:arg type="int" value="15"/>
  217.             </j:new>
  218.  
  219.             <j:new var="minimumThumbSize" className="java.awt.Dimension">
  220.                 <j:arg type="int" value="15"/>
  221.                 <j:arg type="int" value="15"/>
  222.             </j:new>
  223.  
  224.             <j:new var="borderInset" className="javax.swing.plaf.InsetsUIResource">
  225.                 <j:arg type="int" value="1"/>
  226.                 <j:arg type="int" value="1"/>
  227.                 <j:arg type="int" value="1"/>
  228.                 <j:arg type="int" value="1"/>
  229.             </j:new>
  230.  
  231.             <j:new var="blackLineBorder" className="javax.swing.UIDefaults$ProxyLazyValue">
  232.                 <j:arg type="java.lang.String" value="javax.swing.plaf.BorderUIResource"/>
  233.                 <j:arg type="java.lang.String" value="getBlackLineBorderUIResource"/>
  234.             </j:new>
  235.  
  236.             <property-list name="componentDefaults">
  237.  
  238.                 <color-property key="HomepageFeature.foreground" color="#897FDC"/>
  239.                 <color-property key="HomepageFeature.background" color="#6962A8"/>
  240.                 <color-property key="HomepageFeature.headerBackground" color="#4D487C"/>
  241.                 <color-property key="AppHomepage.background.topGradientColor" color="#4B4B4B"/>
  242.                 <color-property key="AppHomepage.background.bottomGradientColor" color="#C1C1C1"/>
  243.                 <color-property key="Homepage.background.topGradientColor" color="#4B4B4B"/>
  244.                 <color-property key="Homepage.background.bottomGradientColor" color="#C1C1C1"/>
  245.                 <simple-property key="Homepage.background.drawFans" value="true"/>
  246.                 <simple-property key="Homepage.activeItems" value="true"/>
  247.                 <simple-property key="Homepage.originLayout.headerIconX" value="55"/>
  248.                 <simple-property key="Homepage.originLayout.headerIconY" value="16"/>
  249.                 <simple-property key="Homepage.originLayout.itemX" value="6"/>
  250.                 <simple-property key="Homepage.originLayout.itemY" value="140"/>
  251.                 <simple-property key="Homepage.originLayout.itemSpacing" value="3"/>
  252.                 <simple-property key="Homepage.originLayout.linkX" value="314"/>
  253.                 <simple-property key="Homepage.originLayout.linkY" value="139"/>
  254.                 <simple-property key="Homepage.originLayout.linkSpacing" value="2"/>
  255.                 <simple-property key="Homepage.originLayout.linkToFeatureSpacing" value="18"/>
  256.                 <simple-property key="Homepage.originLayout.featureX" value="314"/>
  257.                 <simple-property key="Homepage.originLayout.featureSpacing" value="12"/>
  258.  
  259.  
  260.         <simple-property key="TabbedPane.contentBorderInsets" value="${tabContentBorderInsets}"/>
  261.                 <simple-property key="TextField.focusInputMap" value="${fieldInputMap}"/>
  262.                 <simple-property key="TextField.border" value="${marginBorder}"/>
  263.                 <simple-property key="TextField.margin" value="${marginInsets}"/>
  264.                 <simple-property key="PasswordField.focusInputMap" value="${fieldInputMap}"/>
  265.                 <simple-property key="TextArea.focusInputMap" value="${multilineInputMap}"/>
  266.                 <simple-property key="TextPane.focusInputMap" value="${multilineInputMap}"/>
  267.                 <simple-property key="EditorPane.focusInputMap" value="${multilineInputMap}"/>
  268.  
  269.                 <simple-property key="PopupMenu.border" value="${blackLineBorder}"/>
  270.  
  271.                 <color-property key="TabbedPane.selectedTabBackground" color="#E5E5E5"/>
  272.                 <color-property key="TabbedPane.unselectedTabBackground" color="#CCCCCC"/>
  273.                 <color-property key="TabbedPane.background" color="#FFFFFF"/>
  274.  
  275.  
  276.                 <color-property key="ToolBar.background" color="#395173"/>
  277.                 <color-property key="ToolBar.buttonBackground" color="#424155"/>
  278.                 <simple-property key="ToolBar.border" value="${emptyBorder}"/>
  279.  
  280.                 <color-property key="ToggleButton.background" color="#F3F3E7"/>
  281.                 <color-property key="ToggleButton.foreground" color="#666666"/>
  282.                 <color-property key="ToggleButton.selectedForeground" color="#FFFFFF"/>
  283.                 <color-property key="LibraryButton.background" color="#333242"/>
  284.                 <field-property key="LibraryButton.foreground" className="${Color}" field="white"/>
  285.                 <field-property key="LibraryButton.selectedForeground" className="${Color}" field="black"/>
  286.  
  287.                 <color-property key="CurvedToggleButton.background" color="#999999"/>
  288.                 <color-property key="CurvedToggleButton.selectedBackground" color="#ADADAD"/>
  289.                 <color-property key="CurvedToggleButton.rolloverBackground" color="#ADADAD"/>
  290.                 
  291.                 <color-property key="CurvedToggleButton.foreground" color="#FFFFFF"/>
  292.                 <color-property key="CurvedToggleButton.rolloverForeground" color="#FFFFFF"/>
  293.                 <color-property key="CurvedToggleButton.selectedForeground" color="#FFFFFF"/>
  294.                 
  295.  
  296.  
  297.                 <simple-property key="ComboBox.ancestorInputMap" value="${comboBoxAncestorInputMap}"/>
  298.                 <simple-property key="ComboBox.border" value="${emptyBorder}"/>
  299.  
  300.                 <color-property key="CapsuleButton.foreground" color="#423E57"/>
  301.                 <color-property key="CapsuleButton.rolloverOutlineOutsideColor" color="#9894C4"/>
  302.                 <color-property key="CapsuleButton.rolloverOutlineInsideColor" color="#423E57"/>
  303.  
  304.                 <color-property key="VerticalDash.foreground" color="#9A94C4"/>
  305.                 <color-property key="HorizontalDash.foreground" color="#9A94C4"/>
  306.                 <field-property key="VerticalSeparator.foreground" className="${Color}" field="white"/>
  307.  
  308.                 <field-property key="CollapseButton.foreground" className="${Color}" field="white"/>
  309.                 <color-property key="CollapseButton.background" color="#395173"/>
  310.                 <color-property key="CollapseButton.rolloverBackground" color="#637491"/>
  311.  
  312.                 <color-property key="AdvancedSearchButton.background" color="#423555"/>
  313.                 <color-property key="AdvancedSearchButton.foreground" color="#ADA9DE"/>
  314.                 <color-property key="AdvancedSearchButton.outline" color="#B6BBD1"/>
  315.                 <color-property key="AdvancedSearchButton.rolloverBackground" color="#686777"/>
  316.                 <color-property key="AdvancedSearchButton.rolloverForeground" color="#FFFFFF"/>
  317.  
  318.                 <color-property key="RoundRectangleButton.foreground" color="#FFFFFF"/>
  319.                 <color-property key="RoundRectangleButton.background" color="#424155"/>
  320.                 <color-property key="RoundRectangleButton.outlineColor" color="#9894C4"/>
  321.                 <color-property key="RoundRectangleButton.rolloverOutlineColor" color="#B6B8D1"/>
  322.                 <field-property key="Navigator.titleForeground" className="${Color}" field="white"/>
  323.  
  324.  
  325.                 <color-property key="LibraryLabel.background" color="#423E57"/>
  326.  
  327.                 <color-property key="SearchResult.background" color="#FFFFFF"/>
  328.                 <color-property key="StartupSearchHint.foreground" color="#1E1E50"/>
  329.  
  330.  
  331.  
  332.                 <color-property key="LabelToggleButton.background" color="#595873"/>
  333.                 <color-property key="LabelToggleButton.foreground" color="#FFFFFF"/>
  334.                 <color-property key="LabelToggleButton.selectedForeground" color="#423E57"/>
  335.                 <color-property key="ProgressBar.background" color="#FFFFFF"/>
  336.                 <color-property key="ProgressBar.foreground" color="#009933"/>
  337.             </property-list>
  338.  
  339.             <property-list name="classDefaults">
  340.                 <simple-property key="BcdArrowBulletUI" value="com.britannica.cd.plaf.bcd.BcdArrowBulletUI"/>
  341.                 <simple-property key="FramelessButtonUI" value="com.britannica.cd.plaf.bcd.BcdFramelessButtonUI"/>
  342.                 <simple-property key="CapsuleButtonUI" value="com.britannica.cd.plaf.bcd.BcdCapsuleButtonUI"/>
  343.                 <simple-property key="ChainedToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdChainedToggleButtonUI"/>
  344.                 <simple-property key="BcdComboBoxUI" value="com.britannica.cd.plaf.bcd.BcdComboBoxUI"/>
  345.                 <simple-property key="CurvedButtonUI" value="com.britannica.cd.plaf.bcd.BcdCurvedButtonUI"/>
  346.                 <simple-property key="CurvedPanelUI" value="com.britannica.cd.plaf.bcd.BcdCurvedPanelUI"/>
  347.                 <simple-property key="DepressedGraphicButtonUI" value="com.britannica.cd.plaf.bcd.BcdDepressedGraphicButtonUI"/>
  348.                 <simple-property key="EditorPaneUI" value="com.britannica.cd.plaf.bcd.BcdEditorPaneUI"/>
  349.                 <simple-property key="HomepagePanelUI" value="com.britannica.cd.plaf.bcd.BcdHomepagePanelUI"/>
  350.                 <simple-property key="HomepageFeatureUI" value="com.britannica.cd.plaf.bcd.BcdHomepageFeatureUI"/>
  351.                 <simple-property key="HomepageFeatureIconUI" value="com.britannica.cd.plaf.bcd.BcdHomepageFeatureIconUI"/>
  352.                 <simple-property key="HorizontalDashUI" value="com.britannica.cd.plaf.bcd.BcdHorizontalDashUI"/>
  353.                 <simple-property key="IconButtonUI" value="com.britannica.cd.plaf.bcd.BcdIconButtonUI"/>
  354.  
  355.                 <simple-property key="InvertedChainedToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdInvertedChainedToggleButtonUI"/>
  356.                 <simple-property key="GradientPanelUI" value="com.britannica.cd.plaf.bcd.BcdGradientPanelUI"/>
  357.                 <simple-property key="LibraryGradientPanelUI" value="com.britannica.cd.plaf.bcd.BcdLibraryGradientPanelUI"/>
  358.                 <simple-property key="LabelUI" value="com.britannica.cd.plaf.bcd.BcdLabelUI"/>
  359.                 <simple-property key="LabelToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdLabelToggleButtonUI"/>
  360.                 <simple-property key="RolloverButtonUI" value="com.britannica.cd.plaf.bcd.BcdRolloverButtonUI"/>
  361.                 <simple-property key="RoundRectangleButtonUI" value="com.britannica.cd.plaf.bcd.BcdRoundRectangleButtonUI"/>
  362.                 <simple-property key="CurvedToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdCurvedToggleButtonUI"/>
  363.  
  364.                 <simple-property key="LibraryButtonUI" value="com.britannica.cd.plaf.bcd.BcdLibraryButtonUI"/>
  365.                 <simple-property key="LibraryToggleButtonUI" value="com.britannica.cd.plaf.bcd.BcdLibraryToggleButtonUI"/>
  366.                 <simple-property key="LibraryLabelUI" value="com.britannica.cd.plaf.bcd.BcdLibraryLabelUI"/>
  367.                 <simple-property key="TabbedPaneUI" value="com.britannica.cd.plaf.bcd.BcdTabbedPaneUI"/>
  368.                 <simple-property key="TextAreaUI" value="com.britannica.cd.plaf.bcd.BcdTextAreaUI"/>
  369.                 <simple-property key="TextFieldUI" value="com.britannica.cd.plaf.bcd.BcdTextFieldUI"/>
  370.                 <simple-property key="TextPaneUI" value="com.britannica.cd.plaf.bcd.BcdTextPaneUI"/>
  371.                 <simple-property key="TexturedPanelUI" value="com.britannica.cd.plaf.bcd.BcdTexturedPanelUI"/>
  372.                 <simple-property key="VerticalDashUI" value="com.britannica.cd.plaf.bcd.BcdVerticalDashUI"/>
  373.                 <simple-property key="VerticalSeparatorUI" value="com.britannica.cd.plaf.bcd.BcdVerticalSeparatorUI"/>
  374.                 <simple-property key="EditableComboBoxUI" value="com.britannica.cd.plaf.bcd.BcdComboBoxUI"/>
  375.                 
  376.                 <simple-property key="SearchResultsSplitPaneUI" value="com.britannica.cd.plaf.bcd.BcdSearchResultsSplitPaneUI"/>
  377.                 <simple-property key="WorkspaceSplitPaneUI" value="com.britannica.cd.plaf.bcd.BcdWorkspaceSplitPaneUI"/>
  378.             </property-list>
  379.         </theme>
  380.  
  381.         <theme name="EB">
  382.             <property-list name="colorDefaults">
  383.                 <color-property key="textHighlight" color="#FFEBCF"/>
  384.             </property-list>
  385.             <property-list name="componentDefaults">
  386.                 <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
  387.                 <color-property key="TextField.selectionForeground" color="#000000"/>
  388.                 <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
  389.                 <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
  390.                 <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
  391.                 <color-property key="Library.darkBackground" color="#474FA8"/>
  392.                 <color-property key="Library.lightBackground" color="#538CC5"/>
  393.                 <color-property key="Library.lighterBackground" color="#E4E5F2"/>
  394.                 <color-property key="Library.lowerGradient" color="#77A9C9"/>
  395.                 <color-property key="Library.Tab.background.topGradientColor" color="#474EA8"/>
  396.                 <color-property key="Library.Tab.background.bottomGradientColor" color="#C7CAE5"/>
  397.                 <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
  398.                 <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
  399.             </property-list>
  400.         </theme>
  401.         
  402.  
  403.         <theme name="EBI">
  404.             <property-list name="colorDefaults">
  405.                 <color-property key="textHighlight" color="#FFF7CC"/>
  406.             </property-list>
  407.             <property-list name="componentDefaults">
  408.                 <color-property key="TextField.selectionBackground" color="#E4EEE1"/>
  409.                 <color-property key="TextField.selectionForeground" color="#000000"/>
  410.                 <color-property key="TextArea.selectionBackground" color="#E4EEE1"/>
  411.                 <color-property key="TextPane.selectionBackground" color="#E4EEE1"/>
  412.                 <color-property key="EditorPane.selectionBackground" color="#E4EEE1"/>
  413.                 <color-property key="Library.darkBackground" color="#8EB300"/>
  414.                 <color-property key="Library.lightBackground" color="#7AAB67"/>
  415.                 <color-property key="Library.lighterBackground" color="#E3DDEF"/>
  416.                 <color-property key="Library.lowerGradient" color="#8EB300"/>
  417.                 <color-property key="Library.Tab.background.topGradientColor" color="#725F97"/>
  418.                 <color-property key="Library.Tab.background.bottomGradientColor" color="#C7BBDE"/>
  419.                 <color-property key="ToggleButton.selectedBackground" color="#7AAB67"/>
  420.                 <color-property key="ToggleButton.rolloverForeground" color="#7AAB67"/>
  421.                
  422.             </property-list>
  423.         </theme>
  424.  
  425.         <theme name="EBK">
  426.             <property-list name="colorDefaults">
  427.                 <color-property key="textHighlight" color="#E6F2CA"/>
  428.             </property-list>
  429.             <property-list name="componentDefaults">
  430.                 <color-property key="TextField.selectionBackground" color="#EEE6F3"/>
  431.                 <color-property key="TextField.selectionForeground" color="#000000"/>
  432.                 <color-property key="TextArea.selectionBackground" color="#EEE6F3"/>
  433.                 <color-property key="TextPane.selectionBackground" color="#EEE6F3"/>
  434.                 <color-property key="EditorPane.selectionBackground" color="#EEE6F3"/>
  435.                 <color-property key="Library.darkBackground" color="#E19632"/>
  436.                 <color-property key="Library.lightBackground" color="#AC81C1"/>
  437.                 <color-property key="Library.lighterBackground" color="#DBE7F2"/>
  438.                 <color-property key="Library.lowerGradient" color="#E19632"/> 
  439.                 <color-property key="Library.Tab.background.topGradientColor" color="#3F73A2"/>
  440.                 <color-property key="Library.Tab.background.bottomGradientColor" color="#91B6D9"/>
  441.                 <color-property key="ToggleButton.selectedBackground" color="#AC81C1"/>
  442.                 <color-property key="ToggleButton.rolloverForeground" color="#AC81C1"/>                
  443.             </property-list>
  444.         </theme>
  445.         
  446.         <theme name="STANDARD">
  447.             <property-list name="colorDefaults">
  448.                 <color-property key="textHighlight" color="#FFEBCF"/>
  449.             </property-list>
  450.             <property-list name="componentDefaults">
  451.                 <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
  452.                 <color-property key="TextField.selectionForeground" color="#000000"/>
  453.                 <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
  454.                 <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
  455.                 <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
  456.                 <color-property key="Library.darkBackground" color="#474FA8"/>
  457.                 <color-property key="Library.lightBackground" color="#538CC5"/>
  458.                 <color-property key="Library.lighterBackground" color="#E4E5F2"/>
  459.                 <color-property key="Library.lowerGradient" color="#77A9C9"/>
  460.                 <color-property key="Library.Tab.background.topGradientColor" color="#474EA8"/>
  461.                 <color-property key="Library.Tab.background.bottomGradientColor" color="#C7CAE5"/>
  462.                 <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
  463.                 <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
  464.             </property-list>
  465.         </theme>
  466.  
  467.         <theme name="CONCISE">
  468.             <property-list name="colorDefaults">
  469.                 <color-property key="textHighlight" color="#FFEBCF"/>
  470.             </property-list>
  471.             <property-list name="componentDefaults">
  472.                 <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
  473.                 <color-property key="TextField.selectionForeground" color="#000000"/>
  474.                 <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
  475.                 <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
  476.                 <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
  477.                 <color-property key="Library.darkBackground" color="#474FA8"/>
  478.                 <color-property key="Library.lightBackground" color="#538CC5"/>
  479.                 <color-property key="Library.lighterBackground" color="#E4E5F2"/>
  480.                 <color-property key="Library.lowerGradient" color="#77A9C9"/>
  481.                 <color-property key="Library.Tab.background.topGradientColor" color="#474EA8"/>
  482.                 <color-property key="Library.Tab.background.bottomGradientColor" color="#C7CAE5"/>
  483.                 <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
  484.                 <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
  485.             </property-list>
  486.         </theme>
  487.  
  488.         <theme name="READY_REF">
  489.             <property-list name="colorDefaults">
  490.                 <color-property key="textHighlight" color="#FFEBCF"/>
  491.             </property-list>
  492.             <property-list name="componentDefaults">
  493.                 <color-property key="TextField.selectionBackground" color="#DDE8F3"/>
  494.                 <color-property key="TextField.selectionForeground" color="#000000"/>
  495.                 <color-property key="TextArea.selectionBackground" color="#DDE8F3"/>
  496.                 <color-property key="TextPane.selectionBackground" color="#DDE8F3"/>
  497.                 <color-property key="EditorPane.selectionBackground" color="#DDE8F3"/>
  498.                 <color-property key="Library.darkBackground" color="#538CC5"/>
  499.                 <color-property key="Library.lightBackground" color="#538CC5"/>
  500.                 <color-property key="Library.lighterBackground" color="#DDE8F3"/>
  501.                 <color-property key="Library.lowerGradient" color="#3E6994"/>
  502.                 <color-property key="Library.Homepage.background.topGradientColor" color="#56687D"/>
  503.                 <color-property key="Library.Homepage.background.bottomGradientColor" color="#9BAEC2"/>
  504.                 <color-property key="ToggleButton.selectedBackground" color="#538CC5"/>
  505.                 <color-property key="ToggleButton.rolloverForeground" color="#538CC5"/>
  506.             </property-list>
  507.         </theme>
  508.  
  509.     </plaf>
  510. </j:jelly>
  511.