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

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

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

    <!-- com.alee.laf.tooltip.WebToolTip -->

    <!-- Tooltip -->
    <style type="tooltip">
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="2" />
                    <LineBorder color="black" />
                    <ColorBackground color="black" />
                    <ToolTipText padding="2,6,2,6" color="245,245,245" />
                </decoration>
            </decorations>
        </painter>
    </style>

    <!-- Tooltip supporting styled text -->
    <style type="tooltip" id="styled">
        <painter>
            <decorations>
                <decoration>
                    <StyledToolTipText padding="2,6,2,6" color="245,245,245" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy