I have a jlist of table names from a database and I was wondering if it is possible to drag and drop the table name to another jpanel and for that panel to execute the sql to retrieve store the information of that Table. I am not too savvy with swing. a class or method in which I can get a table to load from a drag and dropped jlist.
Hope this is legible.