All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.web.resources.tabbedpane.xml Maven / Gradle / Ivy

The newest version!
<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.laf.tabbedpane.WebTabbedPane -->

    <!-- Tabbed pane -->
    <style type="tabbedpane">
        <component>
            <background>237,237,237</background>
        </component>
        <ui>
            <tabbedPaneStyle>standalone</tabbedPaneStyle>
        </ui>
        <painter>
            <round>2</round>
            <shadeWidth>2</shadeWidth>
            <selectedTopBg>white</selectedTopBg>
            <selectedBottomBg>237,237,237</selectedBottomBg>
            <topBg>227,227,227</topBg>
            <bottomBg>208,208,208</bottomBg>
            <tabBorderColor>gray</tabBorderColor>
            <contentBorderColor>gray</contentBorderColor>
            <paintBorderOnlyOnSelectedTab>false</paintBorderOnlyOnSelectedTab>
            <forceUseSelectedTabBgColors>false</forceUseSelectedTabBgColors>
            <paintOnlyTopBorder>false</paintOnlyTopBorder>
        </painter>
    </style>

    <!-- Attached tabbed pane -->
    <style type="tabbedpane" id="attached">
        <ui>
            <tabbedPaneStyle>attached</tabbedPaneStyle>
        </ui>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy