Swing Synth 皮肤:用鼠标突出显示的文本区域?
如果您在文本字段/文本区域/其他内容中选择文本,您可能会发现文本的颜色被反转,并且字段的背景颜色更改为深色/与原来不同。
有没有一个地区可以描述这个?
当使用鼠标在文本字段中选择/突出显示文本时,使用键“.*”应用的以下样式将按预期应用样式。这让我相信有一个区域键仅用于突出显示的文本:
<style id="backingStyle">
<opaque value="true"/>
<font name="Arial" size="12"/>
<state>
<color value="#333333" type="BACKGROUND"/>
<color value="WHITE" type="FOREGROUND"/>
</state>
</style>
<bind style="backingStyle" type="region" key=".*"/>
但是如果我能找到它,我会被诅咒的!
谢谢!
If you select text in a Textfield/TextArea/something else, you'll likely find that the color of the text is inverted, and the background colour of the field is changed to sometihng dark/different to what it was.
Is there a region to describe this?
When selecting/highlighting text with the mouse in a Textfield, the following style, applied with the key ".*" applies the style as expected. This leads me to believe that there is a region key for highlighted text only:
<style id="backingStyle">
<opaque value="true"/>
<font name="Arial" size="12"/>
<state>
<color value="#333333" type="BACKGROUND"/>
<color value="WHITE" type="FOREGROUND"/>
</state>
</style>
<bind style="backingStyle" type="region" key=".*"/>
However I'll be damned if I can find it!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Synth L&F 对于不同的状态可以具有不同的属性。因此,所选文本没有单独的区域。不同的状态是这样描述的:
Synth L&F can have different properties for different states. So there aren't separate region for selected text. Different states are described in this way: