com.alee.skin.light.resources.lazypanel.xml Maven / Gradle / Ivy
<skin xmlns="http://weblookandfeel.com/XmlSkin"> <!-- com.alee.extended.lazy.LazyPanel --> <!-- Panel --> <style type="panel" id="lazypanel" /> <!-- Non-opaque panel --> <style type="panel" id="lazypanel-non-opaque" extends="lazypanel"> <component> <opaque>false</opaque> </component> <painter> <decorations> <decoration> <BoundsShape /> <ColorBackground color="237,237,237" /> </decoration> </decorations> </painter> </style> <!-- Transparent panel --> <style type="panel" id="lazypanel-transparent" extends="lazypanel-non-opaque"> <painter> <decorations overwrite="true" /> </painter> </style> <!-- Decorated panel --> <style type="panel" id="lazypanel-decorated" extends="lazypanel-non-opaque"> <painter> <decorations overwrite="true"> <decoration> <WebShape round="2" /> <WebShadow type="outer" width="2" /> <LineBorder color="170,170,170" /> <ColorBackground color="237,237,237" /> </decoration> </decorations> </painter> </style> <!-- Decorated panel --> <style type="panel" id="lazypanel-focusable" extends="lazypanel-decorated"> <painter> <decorations> <decoration states="focused"> <LineBorder color="85,130,190" /> </decoration> </decorations> </painter> </style> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy