I have a JList but i dont want it to have a horizontal scroll bar, i want the text that doesnt fit to be wrapped onto the next line. Does anyone know the code that will wrap it? I know in a TextArea you can use ".setLineWrap(true);" to make it wrap but its different for JLists
Any help would be appreciated

