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>