Category "jlist"

One JList/JCheckBox combination not working

I am doing an exercise in a book where you have to test event handling. I have a JList with 3 font choices (Serif, SansSerif, and Monospaced) and two checkboxe

How to dynamically add items to a JList?

I'm having trouble adding items to a JList called lstContacts whenever a button is pressed. When I press my new contact button, a line should be added to lstCo