Yes, setting value to a JList, know that. But i want to know is there an easy way to implement custom JList on which setSelectedValue() will not raise event to to inform attached listeners. I want to keep it quiet :).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Implement a custom
javax.swing.ListSelectionModelthat doesn’t fire events and assign an instance to yourjavax.swing.JList.