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

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

<skin>

    <!-- com.alee.laf.optionpane.WebOptionPane -->

    <!-- Option pane -->
    <style type="optionpane" padding="15,15,15,15">
        <component>
            <background>237,237,237</background>
        </component>
        <painter />

        <!-- Buttons -->
        <style type="button" id="button" padding="2,10,2,10" />
        <style type="button" id="yes" extends="button" />
        <style type="button" id="no" extends="button" />
        <style type="button" id="ok" extends="button" />
        <style type="button" id="cancel" extends="button" />

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy