This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: DataTips - Data Popups for JTree, JTable, JList
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
DataTips - Data Popups for JTree, JTable, JList Add data tips to your Swing table, tree or list with just a single line of code: Whenever the mouse cursor is over a cell whose content is partially hidden, a popup with the complete cell content is shown. This feature has been missing in Swing, but is present on almost any other platform. This implementation does not interfer with tooltips and uses any configured cell renderer.