Galera,
Alguém já conseguiu usar o JProgressBar no synth?
Tentei o seguinte no xml:
<style id="progressBar">
<state>
<font name="Arial" size="12" style="BOLD" />
<property key="ProgressBar.repaintInterval" type="integer" value="50" />
<property key="ProgressBar.cycleTime" type="integer" value="2500" />
<property key="ProgressBar.background" type="idref" value="color.white" />
<property key="ProgressBar.selectionBackground" type="idref" value="color.blue" />
</state>
</style>
Obs: Bind funcionando, pois tenho outros estilos definidos no mesmo xml que são carregados normalmente.