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

com.alee.managers.style.skin.web.resources.popupMenu.xml Maven / Gradle / Ivy

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

    <!-- JPopupMenu styling -->
    <style type="popupMenu" id="default">
        <painter id="painter" class="com.alee.managers.style.skin.web.WebPopupMenuPainter">
            <popupStyle>dropdown</popupStyle>
            <borderColor>128,128,128,128</borderColor>
            <round>4</round>
            <shadeWidth>12</shadeWidth>
            <shadeTransparency>0.75</shadeTransparency>
            <cornerWidth>6</cornerWidth>
            <transparency>0.95</transparency>
        </painter>
    </style>

    <!-- WebDocumentPane tab menu styling -->
    <style type="popupMenu" id="document-pane-menu" extends="default">
        <painter id="painter" class="com.alee.managers.style.skin.web.WebPopupMenuPainter">
            <popupStyle>dropdown</popupStyle>
            <cornerAlignment>0</cornerAlignment>
        </painter>
    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy