com.alee.skin.web.resources.textpane.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.laf.text.WebTextPane --> <!-- Text pane --> <style type="textpane" padding="2,2,2,2"> <component> <opaque>true</opaque> <background>white</background> <selectionColor>210,210,210</selectionColor> <foreground>black</foreground> <selectedTextColor>black</selectedTextColor> <caretColor>gray</caretColor> </component> <painter> <inputPromptHorizontalPosition>0</inputPromptHorizontalPosition> <inputPromptVerticalPosition>0</inputPromptVerticalPosition> <inputPromptForeground>160,160,160</inputPromptForeground> <inputPromptOnlyWhenEditable>true</inputPromptOnlyWhenEditable> <hideInputPromptOnFocus>true</hideInputPromptOnFocus> </painter> </style> <!-- Decorated text pane --> <style type="textpane" id="decorated"> <component> <opaque>false</opaque> </component> <painter> <decorations> <decoration> <WebShape round="2" /> <WebShadow type="outer" width="2" /> <LineBorder color="170,170,170" /> <ColorBackground color="white" /> </decoration> <decoration states="focused"> <LineBorder color="85,130,190" /> </decoration> </decorations> </painter> </style> </skin>