text align in JComboBox

hallo,how to set the text align of JComboBox
[58 byte] By [the_Orienta] at [2007-10-3 9:53:22]
# 1
hi!watch http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html and see ListCellRenderer class:)
Aniruddha-Herea at 2007-7-15 5:11:00 > top of Java-index,Desktop,Core GUI APIs...
# 2
Just write like this (in case you didnt change the renderer of the combobox):((BasicComboBoxRenderer)comboBox.getRenderer()).setHorizontalAlignment(JLabel.RIGHT);to align the text on the right for example
Ksushaa at 2007-7-15 5:11:00 > top of Java-index,Desktop,Core GUI APIs...