fix.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package Common_old.UI.Trees;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.Themes.VisualiserFonts;
|
||||
import _VisualDVM.Syntax.VisualiserFonts;
|
||||
import Common_old.Utils.Utils;
|
||||
import ProjectData.SapforData.FileObjectWithMessages;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package Common_old.UI.Trees;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.Selectable;
|
||||
import Common_old.UI.Themes.VisualiserFonts;
|
||||
import _VisualDVM.Syntax.VisualiserFonts;
|
||||
|
||||
import javax.swing.*;
|
||||
import javax.swing.tree.DefaultMutableTreeNode;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package Common_old.UI.Trees;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.Menus.GraphMenu;
|
||||
import Common_old.UI.Themes.ThemeElement;
|
||||
import Common_old.UI.Themes.VisualiserFonts;
|
||||
import _VisualDVM.Syntax.ThemeElement;
|
||||
import _VisualDVM.Syntax.VisualiserFonts;
|
||||
import Common_old.UI.UI;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package Common_old.UI.Trees;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.Themes.ThemeElement;
|
||||
import _VisualDVM.Syntax.ThemeElement;
|
||||
|
||||
import javax.swing.tree.DefaultTreeCellRenderer;
|
||||
public class StyledTreeCellRenderer extends DefaultTreeCellRenderer implements ThemeElement {
|
||||
|
||||
Reference in New Issue
Block a user