mirror of
https://gitlab.com/biskuteri-cafe/JKomasto2.git
synced 2024-11-20 06:34:49 +01:00
Expanded tree in replies window
This commit is contained in:
parent
22e45c9707
commit
a114b1a386
@ -235,6 +235,8 @@ implements TreeSelectionListener {
|
||||
}
|
||||
|
||||
tree.setModel(new DefaultTreeModel(root));
|
||||
for (int o = 0; o < tree.getRowCount(); ++o)
|
||||
tree.expandRow(o);
|
||||
}
|
||||
|
||||
// - -%- -
|
||||
|
Loading…
Reference in New Issue
Block a user