This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes displaying checkbox in a list Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "displaying checkbox in a list" Watch "displaying checkbox in a list" New topic
Author

displaying checkbox in a list

red goliath
Greenhorn

Joined: Nov 23, 2001
Posts: 15
How can i display checkboxes ina Jlist.?
If not is ther any alternative method ?.
The check box must be displayed with its corresponding label .Aalso from the list i must be able to know which are all the check boxes that have been ticked ?
Vinod Venugopal
Ranch Hand

Joined: Dec 06, 2000
Posts: 148
Check out this piece of code at
http://www.codeguru.com/java/articles/567.shtml
Example of Check box in a list , you have to modify your mouselistener for ur own implementation.
Vinod


- Vinod<br />-------<br />SCJP2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: displaying checkbox in a list
 
Similar Threads
Problems with two connected for-loops
RAD6 :- Web Project referencing utility project
fields defined in a bean
thread's
Help needed understand JTWI 1.0 Spec