Is there any way to get JLists display all the elements on the same line? setOrientationLayout() does not provide you this option.
JLists
setOrientationLayout()
list.setLayoutOrientation(JList.HORIZONTAL_WRAP); list.setVisibleRowCount(1);