String inside indeterminate progressbar in Mac OS

hi

i have set_progressBar.setIndeterminate(true);and _progressBar.setStringPainted(true); for making me able to display string inside the progressbar with_progressBar.setString(str);But on Mac OS (tiger) the text inside the progressbar does not appear.

And when i set_progressBar.setIndeterminate(false); the strings inside the progressbar do appear.

This problem is not of refereshing as this is evident on Mac os but on windows.

On windows the text appear correctly .. and i have set lookandfeel to systemlook andfeel. Can anyone point me to the problem area

[593 byte] By [Trushanta] at [2007-10-3 3:51:50]
# 1
hi Could solve it with UIManager.put("ProgressBarUI","javax.swing.plaf.metal.MetalProgressBarUI" );
Trushanta at 2007-7-14 21:49:31 > top of Java-index,Desktop,Core GUI APIs...