no message

This commit is contained in:
2023-10-29 03:07:30 +03:00
parent 46d5647294
commit a501f69910
4 changed files with 33 additions and 68 deletions

View File

@@ -6,13 +6,15 @@ import javax.swing.tree.TreePath;
public class SapforTasksPackageTree extends DataTree {
public SapforTasksPackageTree(DefaultMutableTreeNode root_in) {
super(root_in);
setRootVisible(false);
// setRootVisible(false);
CollapseAll();
}
/*
@Override
protected int getStartLine() {
return 1;
}
*/
@Override
public void SelectionAction(TreePath path) {}
@Override