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 -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -