I would like to know how to set the horizontal alignment of JList's and JComboBox's. I've searched google but can't find anything.
If you know how to do this please let me know.
NOTE: I tried this on the JList but it had no effect:
Code:JList.setAlignmentX(JList.CENTER_ALIGNMENT);




Reply With Quote