是否可以在Swing GUI上设置仅用于特定组件或组件集的Synth外观的文件而不更改任何其他组件?
答案 0 :(得分:-1)
添加此
<style id="titleBarButtonsPanel">
<state>
<opaque value="false" /><!-- background of the title bar -->
<insets top="0" left="0" bottom="0" right="0" /><!-- size of the
title bar -->
<color value="red" type="BACKGROUND" />
<color value="white" type="FOREGROUND" />
</state>
</style> <bind style="titleBarButtonsPanel" type="name" key="NameOfSpecificComponent" />
在程序中添加setName(“NameOfSpecificComponent”);