I need to know the number of items in my jlist. Can you show me a way to get it.
Try
myJList.getModel().getSize();