Expanded tree in replies window

This commit is contained in:
Snowyfox 2022-05-04 03:32:32 -04:00
parent 22e45c9707
commit a114b1a386

View File

@ -235,6 +235,8 @@ implements TreeSelectionListener {
}
tree.setModel(new DefaultTreeModel(root));
for (int o = 0; o < tree.getRowCount(); ++o)
tree.expandRow(o);
}
// - -%- -