Need help in upfate of the jlist

when i add somthing to the listmodel it doesnt apper on the list how to make it appear

reset your JList data by call:
setListData(Object[]�listData);
or
setListData(Vector�listData);

Similar Messages

Maybe you are looking for