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

com.alee.skin.web.resources.documentpane.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.extended.tab.WebDocumentPane -->

    <!-- WebDocumentPane styling -->
    <style type="panel" id="documentpane">
        <component>
            <opaque>false</opaque>
        </component>

        <!-- Tabbed pane -->
        <style type="tabbedpane" id="tabbedpane" extends="attached">

            <!-- Tab close button -->
            <style type="button" id="close" extends="icon">
                <painter>
                    <decorations>
                        <decoration visible="false" />
                    </decorations>
                </painter>
            </style>

            <!-- Tab menu styling -->
            <style type="popupmenu" id="menu">
                <painter>
                    <popupStyle>dropdown</popupStyle>
                    <cornerAlignment>0</cornerAlignment>
                </painter>
            </style>

        </style>

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy