I need find out the number of elements are there in my Jlist. Can u show me a way to get it.
我需要找出我的Jlist中的元素数量。你能告诉我一个获得它的方法吗?
1 个解决方案
#1
28
Try
尝试
myJList.getModel().getSize();
#1
28
Try
尝试
myJList.getModel().getSize();
I need find out the number of elements are there in my Jlist. Can u show me a way to get it.
我需要找出我的Jlist中的元素数量。你能告诉我一个获得它的方法吗?
28
Try
尝试
myJList.getModel().getSize();
28
Try
尝试
myJList.getModel().getSize();