Hi Guys
I'm having a slight problem with retrieving elements from an array and displaying them in a list. I've noticed that elements beyond 9 (10,11,12) won't show. I've included a few pictures
Here is the code
<img src="http://s8.postimg.org/hnea3w26d/pic1.png" border="0" />
Clicking on potion
<img src="http://s8.postimg.org/hbwtr4lqd/pic2.png" border="0" />
Clicking on Armour. Note, they're selectable but they are not shown
<img src="http://s8.postimg.org/i2pjwwo3p/pic3.png" border="0" />
I've also tried to use,(x,y) style of setting them in the array but this way would not let the jlist show the elements.
Thanks in advance!