i want add image and text in combo box java swing plz reply
Combox Text and image adding
Collapse
X
-
If you read the API documentation for the JComboBox class you'd see a link toOriginally posted by wajedalii want add image and text in combo box java swing plz reply
the appropriate tutorial section. It shows you how to disply images (or text) in a
JComboBox object. All you have to do is read, understand, copy and paste.
kind regards,
Jos
Comment