Link to home
Start Free TrialLog in
Avatar of beemer
beemer

asked on

JList and ListCellRenderer...

I want to create a ListCellRenderer for a JList that consists of a JCheckBox and a JTextField.  How can I do this, and also how can I set the checkboxes selected, deselected, and find out which ones are selected and not selected?
ASKER CERTIFIED SOLUTION
Avatar of evijay
evijay

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beemer
beemer

ASKER

How can I do this with JTable?