no message

This commit is contained in:
2023-10-30 20:19:31 +03:00
parent 5cde073d56
commit bfc9efe834
7 changed files with 46 additions and 24 deletions

View File

@@ -7,14 +7,13 @@ public class SapforTasksPackageTree extends DataTree {
public SapforTasksPackageTree(DefaultMutableTreeNode root_in) {
super(root_in);
// setRootVisible(false);
ExpandAll();
// CollapseAll();
}
/*
@Override
protected int getStartLine() {
return 1;
}
*/
@Override
public void SelectionAction(TreePath path) {}
@Override