jdk-24/test/jdk/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.xml
2017-09-12 19:03:39 +02:00

20 lines
508 B
XML

<synth>
<style id="backingStyle">
<font name="Dialog" size="12" />
<state>
<color value="green" type="BACKGROUND" />
<color value="black" type="FOREGROUND" />
</state>
</style>
<bind style="backingStyle" type="REGION" key=".*" />
<style id="buttonStyle">
<state value="PRESSED and MOUSE_OVER">
<imagePainter method="buttonBackground" path="red.gif" center="true" />
</state>
</style>
<bind style="buttonStyle" type="REGION" key="Button" />
</synth>