mirror of https://github.com/zlatinb/muwire
add a tooltip with the full path to the file, GitHub issue #87
parent
189803e27a
commit
09092efbdb
|
@ -32,6 +32,7 @@ class ResultNameTableCellRenderer extends DefaultTableCellRenderer {
|
|||
setIcon(sharedIcon)
|
||||
else
|
||||
setIcon(null)
|
||||
setToolTipText(HTMLSanitizer.sanitize(event.getFullPath()))
|
||||
if (isSelected) {
|
||||
setForeground(table.getSelectionForeground())
|
||||
setBackground(table.getSelectionBackground())
|
||||
|
|
Loading…
Reference in New Issue