I am trying to figure out how to get the program to create a text string based on which item in a jlist is selected. At first I tried
ListModel custTypetxt = custType.getModel();
System.out.println(custTypetxt);
but that just gave me..
customerInfoUI$3@1820dda