com.alee.skin.web.resources.ninepatcheditor.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.ninepatch.NinePatchEditor --> <!-- Editor panel --> <style type="panel" id="ninepatcheditor"> <!-- Toolbar --> <style type="toolbar" id="toolbar" extends="attached" /> <!-- Zoom slider --> <style type="slider" id="zoom"> <component> <paintTicks>false</paintTicks> <paintLabels>false</paintLabels> </component> <painter> <angledThumb>false</angledThumb> </painter> </style> <!-- Float editor slider --> <style type="slider" id="editor-float" padding="10"> <component> <paintTicks>true</paintTicks> <paintLabels>false</paintLabels> <snapToTicks>true</snapToTicks> </component> </style> <!-- Preview field --> <style type="textfield" id="preview" extends="nofocus" /> <!-- Apha background panel --> <style type="panel" id="preview-background"> <painter> <decorations> <decoration> <WebShape round="0" /> <AlphaLayerBackground size="10,10" darkColor="204,204,204" lightColor="white" /> </decoration> </decorations> </painter> </style> </style> </skin>