Synth の操作方法を学んでおり、パネルの境界線として使用するカスタム png を埋め込む方法を見つけようとしています。
私のborder.xmlは次のようになります:
<synth>
<style id="PanelStyle">
<insets top="15" left="20" right="20" bottom="15"/>
<state>
<imagePainter method="panelBorder" path="test.png" sourceInsets="10 10 10 10" />
</state>
</style>
<bind style="PanelStyle" type="region" key="Panel" />
</synth>
ただし、そのxmlを使用してl&fを設定すると、パネル全体がエッジだけでなくpngで埋められます。