com.alee.skin.web.resources.accordion.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
<skin> <!-- com.alee.extended.panel.WebAccordion --> <!-- Accordion --> <style type="panel" id="accordion" extends="focusable"> <!-- Collapsible pane --> <style type="panel" id="pane" extends="collapsiblepane"> <painter> <decorations> <decoration states="focused"> <LineBorder color="170,170,170" /> </decoration> </decorations> </painter> </style> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy