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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -