Combox Text and image adding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wajedali
    New Member
    • Dec 2007
    • 7

    #1

    Combox Text and image adding

    i want add image and text in combo box java swing plz reply
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by wajedali
    i want add image and text in combo box java swing plz reply
    If you read the API documentation for the JComboBox class you'd see a link to
    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

    Working...