TeamEntry class implementation

This commit is contained in:
Anuken
2021-12-03 10:28:34 -05:00
parent 8168d8a3be
commit 9c9d147b95
10 changed files with 40 additions and 6 deletions

View File

@@ -85,6 +85,8 @@ public class ContentInfoDialog extends BaseDialog{
table.row();
}
content.displayExtra(table);
ScrollPane pane = new ScrollPane(table);
cont.add(pane);