| Author |
Error at addListSelectionListener(this)
|
deepak carter
Ranch Hand
Joined: Feb 19, 2011
Posts: 159
|
|
Hi All,
its showing an in the line // list.addListSelectionListener(this);
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Next time please show the error. However, this time it's pretty obvious - this is an instance of JListTest, and that does not implement ListSelectionListener.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4092
|
|
|
it was even obvious to me. you have to implement the listener interface
|
SCJP
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4167
|
|
|
Or better still, add a ListSelectionListener in the form of an anonymous inner class.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: Error at addListSelectionListener(this)
|
|
|