I have a JTable displays the event accordingly, I want to do like when mouse over the table cell will pop out a small box show the event details. Something like tooltip how can i do that? is there any component in swing doing that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Have a read about How to Use Tables: Specifying Tool Tips for Cells. |
|||||
|
|
|
Use JToolTip and HTML. More info here: http://java.sun.com/docs/books/tutorial/uiswing/components/html.html |
|||
|
|