There is a button-drop-down list, there are lines in it, what to prescribe so that the text is centered, not left? I found this, but I do not know how to apply
(SwingConstants.CENTER) JComboBox text JComboBox can be changed as follows:
((JLabel)comboBox.getRenderer()).setHorizontalAlignment(JLabel.CENTER); Similar question: Is there a JCombobox ?
Source: https://ru.stackoverflow.com/questions/634975/
All Articles