mirror of https://github.com/zlatinb/muwire
wip display of unfetched folders in ResultTree pt2
parent
265c229d56
commit
3cfd7c8833
|
@ -18,7 +18,7 @@ import java.awt.Component
|
|||
|
||||
class ResultTreeRenderer extends DefaultTreeCellRenderer {
|
||||
|
||||
public static final TreeNode PLACEHOLDER = new PlaceholderNode()
|
||||
public static final Object PLACEHOLDER = new PlaceholderNode()
|
||||
|
||||
private final ImageIcon commentIcon, sharedIcon, downloadingIcon
|
||||
private final String bShort
|
||||
|
|
Loading…
Reference in New Issue