mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 07:41:57 +00:00
cleanup
This commit is contained in:
@@ -290,13 +290,13 @@ public class DumpTree extends JTree implements ActionListener {
|
||||
public DumpTreeModel getModel() {
|
||||
return (DumpTreeModel) super.getModel();
|
||||
}
|
||||
|
||||
|
||||
public void expandRoot() {
|
||||
DumpTreeModel dtm = getModel();
|
||||
DumpInfo root = dtm.getRoot();
|
||||
expandPath(new TreePath(new Object[]{root}));
|
||||
}
|
||||
|
||||
|
||||
public void expandFirstLevelNodes() {
|
||||
DumpTreeModel dtm = getModel();
|
||||
DumpInfo root = dtm.getRoot();
|
||||
|
||||
Reference in New Issue
Block a user