我正在尝试使用 XML (Synth) 更改 JButton 的设计。我创建了 jbutton,但它看起来不像普通按钮。
这是按钮的图像。
<synth>
<style id="button">
<opaque value="false"/>
<property key="Button.textShiftOffset" type="integer" value="1"/>
<state>
<imagePainter method="buttonBackground" path="///D:/JAVA SAN_KAR/XMLDesigns/src/images/button_default.png"
sourceInsets="10 10 10 10" paintCenter="false" stretch="true"/>
<insets top="10" left="10" bottom="10" right="10"/>
<color type="TEXT_FOREGROUND" value="#000000"/>
<color type="TEXT_BACKGROUND" value="#c8ebff"/>
</state>
</style>
<bind style="button" type="region" key="Button" />
</synth>