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

com.alee.skin.ninepatch.resources.label.xml Maven / Gradle / Ivy

<skin>

    <!-- JLabel styling -->
    <style type="label" id="default">
        <component>
            <foreground>black</foreground>
            <background>229,233,238</background>
        </component>
        <ui>
            <drawShade>true</drawShade>
        </ui>
        <painter id="painter" class="com.alee.skin.ninepatch.NPLabelPainter">
            <undecorated>true</undecorated>
        </painter>
    </style>

    <!-- Mac-like panel styling for JLabel -->
    <style type="label" id="mac-label" extends="default">
        <painter id="painter" class="com.alee.skin.ninepatch.NPLabelPainter">
            <undecorated>false</undecorated>
            <backgroundIcon>icons/label/n.9.png</backgroundIcon>
            <focusedBackgroundIcon>icons/label/f.9.png</focusedBackgroundIcon>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy