M
Mariano
I need to hide a jList, i've used
jList_name.setVisible(false);
but this don't work properly, and seems only to disable jList use. How
can I HIDE the jList???
Thanks.
jList_name.setVisible(false);
but this don't work properly, and seems only to disable jList use. How
can I HIDE the jList???
Thanks.