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

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

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
<skin>

    <!-- com.alee.managers.tooltip.WebCustomTooltip -->

    <!-- Tooltip label -->
    <style type="styledlabel" id="customtooltip-label">
        <component>
            <foreground>white</foreground>
        </component>
    </style>

    <!-- Tooltip hotkey shortcut label -->
    <style type="label" id="customtooltip-hotkey" padding="0,3,1,3">
        <component>
            <foreground>black</foreground>
            <horizontalAlignment>0</horizontalAlignment>
            <verticalAlignment>0</verticalAlignment>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="2" />
                    <ColorBackground color="255,255,255,178" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy