com.alee.skin.web.resources.filechooserfield.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.filechooser.WebFileChooserField --> <!-- File chooser field --> <style type="panel" id="filechooserfield" extends="focusable"> <!-- Selected files scroll --> <style type="scrollpane" id="scroll" extends="transparent" padding="1,1,1,1"> <component> <verticalScrollBarPolicy>21</verticalScrollBarPolicy> <horizontalScrollBarPolicy>31</horizontalScrollBarPolicy> </component> <!-- Selected files panel --> <style type="panel" id="content" extends="transparent"> <!-- Selected file plate --> <style type="panel" id="file" extends="focusable" padding="0,3,0,1"> <painter> <decorations> <decoration> <WebShape sides="0,0,0,1" /> <WebShadow type="outer" width="0" /> </decoration> </decorations> </painter> <!-- Name label --> <style type="label" id="name" padding="0,0,0,2" /> <!-- Remove button --> <style type="button" id="remove" extends="icon-hover" /> </style> </style> </style> <!-- File choose button --> <style type="button" id="choose" extends="hover"> <painter> <decorations> <decoration> <WebShape sides="0,1,0,0" /> <WebShadow type="outer" width="0" /> </decoration> </decorations> </painter> </style> </style> </skin>