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

com.alee.laf.information.resources.about-library-extension.xml Maven / Gradle / Ivy

There is a newer version: 1.2.14
Show newest version
<skin xmlns="http://weblookandfeel.com/XmlSkinExtension">

    <!-- Extension settings -->
    <id>weblaf.info.skin.extension</id>
    <class>com.alee.laf.information.AboutLibraryExtension</class>
    <extends>weblaf.light.skin</extends>
    <extends>weblaf.dark.skin</extends>

    <!-- Icon sets -->
    <iconSet>com.alee.laf.information.AboutLibraryIconSet</iconSet>

    <!-- Document pane -->
    <style type="panel" id="tabs" extends="documentpane">
        <style type="tabbedpane" id="tabbedpane">
            <style type="panel" id="tab-area">
                <style type="viewport" id="viewport">
                    <style type="panel" id="container">
                        <component>
                            <layout class="TabContainerLayout$UIResource">
                                <tabStretchType>always</tabStretchType>
                            </layout>
                        </component>
                    </style>
                </style>
            </style>
        </style>
    </style>

    <!-- General tab content panel -->
    <style type="panel" id="general" extends="non-opaque" padding="60,70,60,70">
        <painter>
            <decorations>
                <decoration>
                    <ColorBackground color="white" />
                </decoration>
            </decorations>
        </painter>
    </style>

    <!-- Libraries tab content panel -->
    <style type="panel" id="libraries" padding="5" />

    <!-- Libraries tab content panel scroll -->
    <style type="scrollpane" id="libraries" extends="undecorated">
        <component class="com.alee.laf.scroll.WebScrollPane">
            <preferredHeight>0</preferredHeight>
        </component>
    </style>

    <!-- Single library content panel -->
    <style type="panel" id="library" extends="decorated" margin="5" padding="5">
        <component class="com.alee.laf.panel.WebPanel">
            <preferredWidth>140</preferredWidth>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <ColorBackground color="white" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy