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

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

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

    <!-- com.alee.extended.filechooser.WebFileDrop -->

    <!-- Container panel -->
    <style type="panel" id="filedrop" padding="2,2,2,2">
        <component>
            <background>white</background>
        </component>

        <!-- Single file panel -->
        <style type="panel" id="plate" padding="0,3,0,0">

            <!-- File name label -->
            <style type="label" id="file" />

            <!-- Remove button -->
            <style type="button" id="remove" extends="icon-hover" />

        </style>

    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy