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)
|
setIcon(sharedIcon)
|
||||||
else
|
else
|
||||||
setIcon(null)
|
setIcon(null)
|
||||||
|
setToolTipText(HTMLSanitizer.sanitize(event.getFullPath()))
|
||||||
if (isSelected) {
|
if (isSelected) {
|
||||||
setForeground(table.getSelectionForeground())
|
setForeground(table.getSelectionForeground())
|
||||||
setBackground(table.getSelectionBackground())
|
setBackground(table.getSelectionBackground())
|
||||||
|
|
Loading…
Reference in New Issue