com.alee.skin.web.resources.syntaxpanel.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.WebSyntaxPanel --> <!-- Container panel --> <style type="panel" id="syntaxpanel" padding="2,4,2,4"> <component> <opaque>false</opaque> </component> <painter class="com.alee.extended.syntax.SyntaxPanelPainter"> <style>thick</style> </painter> </style> </skin>