com.alee.skin.web.resources.syntaxarea.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.syntax.WebSyntaxArea --><!-- com.alee.extended.syntax.WebSyntaxScrollPane --> <!-- Area scrollpane --> <style type="scrollpane" id="syntaxarea-scroll"> <!-- Gutter --> <style type="panel" id="gutter"> <component> <background>white</background> </component> </style> </style> <!-- Undecorated area scrollpane --> <style type="scrollpane" id="syntaxarea-scroll-undecorated" extends="syntaxarea-scroll"> <painter> <decorations> <decoration visible="false" /> </decorations> </painter> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy