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

com.alee.skin.dark.resources.window.xml Maven / Gradle / Ivy

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.laf.window.WebWindow -->

    <!-- Undecorated window -->
    <style type="rootpane" id="window" />

    <!-- Transparent window -->
    <style type="rootpane" id="window-transparent" extends="window">
        <painter>
            <decorations overwrite="true">
                <decoration>
                    <WebShape />
                </decoration>
            </decorations>
        </painter>
        <style type="panel" id="content" extends="transparent" />
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy