com.alee.skin.web.resources.documentpane.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.tab.WebDocumentPane --> <!-- WebDocumentPane styling --> <style type="panel" id="documentpane"> <component> <opaque>false</opaque> </component> <!-- Tabbed pane --> <style type="tabbedpane" id="tabbedpane" extends="attached"> <!-- Tab close button --> <style type="button" id="close" extends="icon"> <painter> <decorations> <decoration visible="false" /> </decorations> </painter> </style> <!-- Tab menu styling --> <style type="popupmenu" id="menu"> <painter> <popupStyle>dropdown</popupStyle> <cornerAlignment>0</cornerAlignment> </painter> </style> </style> </style> </skin>