Posted By:
Sandip_Chitale
Posted On:
Monday, April 23, 2001 02:20 PM
Add JList to a JScrollPane().
JList l = new JList();
JScrollPane sp = new JScrollPane(l);
// now add sp to a your application
// panel etc.
Read about ListCellRenderer for changing
colors etc. here -
http://java.sun.com/j2se/1.3/docs/api/javax/swing/ListCellRenderer.html