Invert the string of progress bar

Hi all,How can I invert the orientation of the string of a progress bar? Defaultly we read the string from top to down.Any idea?Thanks in advance.
[174 byte] By [kotxila] at [2007-11-26 15:28:47]
# 1
Can you rephrase the question?
macrules2a at 2007-7-8 21:44:58 > top of Java-index,Desktop,Core GUI APIs...
# 2

When you write a string in a progress bar you read the string from the top of down. I want read the string from down to top.

(Read from top to down)

E

X

A

M

P

L

E

(Read from down to top)

E

L

P

M

A

X

E

kotxila at 2007-7-8 21:44:58 > top of Java-index,Desktop,Core GUI APIs...
# 3
http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JProgressBar.html#setOrientation(int)
macrules2a at 2007-7-8 21:44:58 > top of Java-index,Desktop,Core GUI APIs...
# 4
progressBar.setString("ELPMAXE");;o)
itchyscratchya at 2007-7-8 21:44:58 > top of Java-index,Desktop,Core GUI APIs...
# 5
Oh, sorry. Now I get what you are saying...
macrules2a at 2007-7-8 21:44:58 > top of Java-index,Desktop,Core GUI APIs...