Hi all,i need help..I use a JList to display data from mysql data..When i delete the data from the JList,it doesn't display the way i hope..Here are the codes i've made and the sql for the tables..I got data about usrname,menu and description.When the admin add user,the menu will be saved instead of description.And when the admin want to edit the authorization,the JList will display the description instead of the menu.Thanks a lot...
The sql file :
the codes :