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 -

C++ Program To Find Smallest and Largest Number In Array -

How do I compare strings in Java? -