java - How to make a JList with JLabel / JButton pairs for list items? -


i want make jlist in java list of jlabel , jbutton. in each row of list, there label , button. if click button, corresponding text of label displayed of joptionpane.

what want best described following image:

enter image description here how can this?


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

javascript - How can I reference jquery library using cgi methods in ruby? -

ruby - Prevent Custom Validation Error on Association -