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

com.alee.managers.style.skin.web.resources.panel.xml Maven / Gradle / Ivy

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

    <!-- JPanel styling -->
    <style type="panel" id="default">
        <component>
            <background>237,237,237</background>
        </component>
        <painter id="painter" class="com.alee.managers.style.skin.web.WebPanelPainter">
            <round>2</round>
            <shadeWidth>2</shadeWidth>
            <paintBackground>true</paintBackground>
            <webColoredBackground>true</webColoredBackground>
        </painter>
    </style>
    <style type="panel" id="transparent" extends="default">
        <component>
            <opaque>false</opaque>
        </component>
    </style>
    <style type="panel" id="white" extends="default">
        <component>
            <opaque>true</opaque>
            <background>white</background>
        </component>
    </style>

    <!-- WebPopOver container styling -->
    <style type="panel" id="pop-over" extends="default">
        <component>
            <background>white</background>
        </component>
        <painter id="painter" class="com.alee.managers.style.skin.web.WebPopOverPainter">
            <borderColor>128,128,128,128</borderColor>
            <round>4</round>
            <shadeWidth>20</shadeWidth>
            <shadeTransparency>0.75</shadeTransparency>
            <cornerWidth>10</cornerWidth>
            <transparency>0.95</transparency>
        </painter>
    </style>

    <!-- WebBreadcrumbPanel styling -->
    <style type="panel" id="breadcrumb-element" extends="default">
        <ui>
            <margin>1,5,1,5</margin>
        </ui>
        <painter id="painter" class="com.alee.managers.style.skin.web.WebBreadcrumbPanelPainter" />
    </style>

    <!-- WebDocumentPane styling -->
    <style type="panel" id="document-pane" extends="default">
        <component>
            <opaque>false</opaque>
        </component>
    </style>

    <!-- WebFileDrop styling -->
    <style type="panel" id="file-drop" extends="default">
        <component>
            <background>white</background>
            <focusable>true</focusable>
        </component>
        <ui>
            <margin>2,2,2,2</margin>
        </ui>
    </style>

    <!-- WebDockableFrame styling -->
    <style type="panel" id="dockable-frame-title" extends="default">
        <ui>
            <undecorated>false</undecorated>
            <paintTop>false</paintTop>
            <paintLeft>false</paintLeft>
            <paintBottom>true</paintBottom>
            <paintRight>false</paintRight>
        </ui>
        <painter id="painter" class="com.alee.managers.style.skin.web.WebPanelPainter">
            <round>0</round>
            <shadeWidth>0</shadeWidth>
            <paintBackground>true</paintBackground>
            <webColoredBackground>true</webColoredBackground>
        </painter>
    </style>
    <style type="panel" id="dockable-frame-buttons" extends="default">
        <component>
            <opaque>false</opaque>
        </component>
        <ui>
            <undecorated>true</undecorated>
        </ui>
    </style>


</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy