com.alee.skin.web.resources.splitpane.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.laf.splitpane.WebSplitPane --> <!-- Split pane --> <style type="splitpane"> <component> <opaque>true</opaque> <background>white</background> </component> <ui> <dragDividerColor>lightGray</dragDividerColor> <dividerBorderColor>gray</dividerBorderColor> <drawDividerBorder>false</drawDividerBorder> </ui> <painter /> <!-- Split one-touch collapse buttons --> <style type="button" id="onetouch"> <painter> <decorations> <decoration visible="false" /> </decorations> </painter> </style> <style type="button" id="onetouch-left" extends="onetouch" /> <style type="button" id="onetouch-right" extends="onetouch" /> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy