In this tutorial we shall continue with our JLIst Tutorial series.In short we want to customize our JList to our liking.Today brings us to the coloring of the JList.We shall set its background color,foreground color and selection color.
Here is what we do :
1.Create a JList.
2.Fill it with Data.
3.Set Foreground,background and Selection Colors.
Cheers Guys !!