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

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

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
<skin>

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

    <!-- Tabbed pane -->
    <style type="tabbedpane">
        <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>
            <backgroundColor>237,237,237</backgroundColor>
            <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