CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Posts
    123

    List Item Tooltip?

    Any way to add a tooltip to a JList (list box) item?


  2. #2
    Join Date
    Nov 1999
    Location
    Indianapolis, IN
    Posts
    191

    Re: List Item Tooltip?

    I'm pretty sure you should be able to do this.

    Try this http://codeguru.earthweb.com/java/articles/195.shtml

    Also, I do this in a JTree. I think your solution would be similar. Find the thread titled "TreeCellRenderer Doubt" in this forum.

    Let me know if you still need help.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured