Quote Originally Posted by keang View Post
Are you sure you want to add a JPanel to a JList and if so do you mean as an item in the list or as a means of drawing something on the list?

Can you explain exactly what you are you trying to do?

I have a jpanel that shows the score of each player and I want to show this in a jlist so the user can view all the different player scores. Sorry quite new at this