no message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package GlobalData.RemoteFile.UI;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Syntax.VisualiserFonts;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common.Visual.Fonts.VisualiserFonts;
|
||||
import Common_old.UI.Trees.StyledTreeCellRenderer;
|
||||
import GlobalData.RemoteFile.RemoteFile;
|
||||
|
||||
@@ -16,7 +16,7 @@ public class RemoteFileRenderer extends StyledTreeCellRenderer {
|
||||
if (o instanceof RemoteFile) {
|
||||
RemoteFile file = (RemoteFile) o;
|
||||
setText(file.name);
|
||||
setFont(Current.getTheme().Fonts.get(VisualiserFonts.TreePlain));
|
||||
setFont(CommonUI.getTheme().Fonts.get(VisualiserFonts.TreePlain));
|
||||
if (file.isDirectory())
|
||||
setIcon(new ImageIcon(getClass().getResource("/icons/Folder.png")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user